From 63bd4aef580c8530eab3545b917fb5dd88af89df Mon Sep 17 00:00:00 2001 From: Nicola Iarocci Date: Tue, 15 Oct 2024 08:56:51 +0200 Subject: [PATCH] bump version to 2.2 --- CHANGES.rst | 6 ++++++ eve/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6728f5771..71c1edae4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,12 @@ Here you can see the full list of changes between each Eve release. In Development --------------- +- *hic sunt leones* + +Version v2.2 +------------ + +Released on Mar 14, 2023. - Fix: deprecation warnings in Python 3.12 (`#1526`_) - Fix: the distribution package should not include the test suite (`#1506`_) - Python 3.12 support. diff --git a/eve/__init__.py b/eve/__init__.py index daf6ea305..84f2d5092 100644 --- a/eve/__init__.py +++ b/eve/__init__.py @@ -38,7 +38,7 @@ """ -__version__ = "2.1.0" +__version__ = "2.2.0" # RFC 1123 (ex RFC 822) DATE_FORMAT = "%a, %d %b %Y %H:%M:%S GMT"