diff --git a/compass/version.py b/compass/version.py index 1e137e4e95..1a72d32e57 100644 --- a/compass/version.py +++ b/compass/version.py @@ -1 +1 @@ -__version__ = '1.1.0-alpha.4' +__version__ = '1.1.0' diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml index 8e36a20768..549d767e3d 100644 --- a/conda/recipe/meta.yaml +++ b/conda/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "compass" %} -{% set version = "1.1.0alpha.4" %} +{% set version = "1.1.0" %} {% set build = 0 %} {% if mpi == "nompi" %} diff --git a/docs/versions.rst b/docs/versions.rst index 105f41a39c..257fdf35db 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -7,11 +7,14 @@ Documentation On GitHub `latest docs`_ `master`_ `legacy docs`_ `legacy`_ `1.0.0 docs`_ `1.0.0`_ +`1.1.0 docs`_ `1.1.0`_ ================ =============== .. _`latest docs`: ../latest/index.html .. _`legacy docs`: ../legacy/index.html .. _`1.0.0 docs`: ../1.0.0/index.html +.. _`1.1.0 docs`: ../1.1.0/index.html .. _`master`: https://github.com/MPAS-Dev/compass/tree/master .. _`legacy`: https://github.com/MPAS-Dev/compass/tree/legacy .. _`1.0.0`: https://github.com/MPAS-Dev/compass/tree/1.0.0 +.. _`1.1.0`: https://github.com/MPAS-Dev/compass/tree/1.1.0