From 018d5921d7d1812ecd56b4a148e0aae6cac7a3fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:32:32 +0000 Subject: [PATCH] Prepare release 3.1.0 Workflow: Release stage 1 - create release PR, run: 3 --- CHANGES.md | 2 +- metomi/isodatetime/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6064b0c..bd25689 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,7 +10,7 @@ updated. Only the first match gets replaced, so it's fine to leave the old ones in. --> -------------------------------------------------------------------------------- -## isodatetime 3.1.0 (Pending) +## isodatetime 3.1.0 (Released 2023-10-05) Requires Python 3.7+ diff --git a/metomi/isodatetime/__init__.py b/metomi/isodatetime/__init__.py index f6ffd12..8e101bc 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__ = "3.0.0" +__version__ = "3.1.0"