From 0ffe875dc01db688d924f9e32cfa3ae2612d1116 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Fri, 17 Sep 2021 08:41:30 +0100 Subject: [PATCH 1/2] fix trove classifier (#4324) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c2d31a5ddb..1aabe33d83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ author = SciTools Developers author_email = scitools-iris-dev@googlegroups.com classifiers = - Development Status :: 5 Production/Stable + Development Status :: 5 - Production/Stable Intended Audience :: Science/Research License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+) Operating System :: MacOS From cf5f821207b5dc4303a2d42e753aa6c460b9321a Mon Sep 17 00:00:00 2001 From: lbdreyer Date: Wed, 16 Feb 2022 10:54:53 +0000 Subject: [PATCH 2/2] update version to 3.2. post release --- lib/iris/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iris/__init__.py b/lib/iris/__init__.py index 009a83aed5..a28a7cd479 100644 --- a/lib/iris/__init__.py +++ b/lib/iris/__init__.py @@ -108,7 +108,7 @@ def callback(cube, field, filename): # Iris revision. -__version__ = "3.2.0" +__version__ = "3.2.0.post0" # Restrict the names imported when using "from iris import *" __all__ = [