From 3784c47628d63d2055671ee8189419c3a4e70087 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 13:41:20 +0000 Subject: [PATCH] Prepare release 3.0.0 Workflow: Release stage 1 - create release PR, run: 1 --- CHANGES.md | 2 +- metomi/isodatetime/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 52d876b..062a33d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,7 @@ ones in. --> -------------------------------------------------------------------------------- -## isodatetime 3.0.0 (Upcoming) +## isodatetime 3.0.0 (Released 2022-03-31) Requires Python 3.6+ diff --git a/metomi/isodatetime/__init__.py b/metomi/isodatetime/__init__.py index 362c702..f6ffd12 100644 --- a/metomi/isodatetime/__init__.py +++ b/metomi/isodatetime/__init__.py @@ -17,4 +17,4 @@ # ---------------------------------------------------------------------------- """Python ISO 8601 date time parser and data model/manipulation utilities.""" -__version__ = "2.0.2" +__version__ = "3.0.0"