Skip to content

Commit 2695db7

Browse files
committed
Update to v1.1.0
1 parent 8a836f2 commit 2695db7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

compass/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.0-alpha.4'
1+
__version__ = '1.1.0'

conda/recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "compass" %}
2-
{% set version = "1.1.0alpha.4" %}
2+
{% set version = "1.1.0" %}
33
{% set build = 0 %}
44

55
{% if mpi == "nompi" %}

docs/versions.rst

+3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ Documentation On GitHub
77
`latest docs`_ `master`_
88
`legacy docs`_ `legacy`_
99
`1.0.0 docs`_ `1.0.0`_
10+
`1.1.0 docs`_ `1.1.0`_
1011
================ ===============
1112

1213
.. _`latest docs`: ../latest/index.html
1314
.. _`legacy docs`: ../legacy/index.html
1415
.. _`1.0.0 docs`: ../1.0.0/index.html
16+
.. _`1.1.0 docs`: ../1.1.0/index.html
1517
.. _`master`: https://github.com/MPAS-Dev/compass/tree/master
1618
.. _`legacy`: https://github.com/MPAS-Dev/compass/tree/legacy
1719
.. _`1.0.0`: https://github.com/MPAS-Dev/compass/tree/1.0.0
20+
.. _`1.1.0`: https://github.com/MPAS-Dev/compass/tree/1.1.0

0 commit comments

Comments
 (0)