From 2695db737f428102ae44d42b48888b354cc17818 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Tue, 5 Jul 2022 08:27:06 +0200 Subject: [PATCH] Update to v1.1.0 --- compass/version.py | 2 +- conda/recipe/meta.yaml | 2 +- docs/versions.rst | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) 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