From 9515cdaf269a9f2f07164829f1be1829348376a4 Mon Sep 17 00:00:00 2001 From: Nicola Iarocci Date: Tue, 14 Mar 2023 09:12:04 +0100 Subject: [PATCH] bump version to 2.1.0 --- CHANGES.rst | 18 ++++++++++++++++-- eve/__init__.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6b273cca8..332a68893 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,8 +6,22 @@ Here you can see the full list of changes between each Eve release. In Development --------------- -- new: Ability to customize the pagination limit on a per-resource basis (`#1498`_) -- fix: Tets fail with Flask 2.2 (`#1497`_) +- *hic sunt leones* + +Version v2.1.0 +-------------- + +Released on Mar 14, 2023. + +New +~~~ + +- Ability to customize the pagination limit on a per-resource basis (`#1498`_) + +Fixed +~~~~~ + +- fix: Flask 2.2+ support (`#1497`_) - fix: CI test runs fail with ``mongo: command not found`` on Ubuntu 22.04 (`#1499`_) .. _`#1499`: https://github.com/pyeve/eve/issues/1499 diff --git a/eve/__init__.py b/eve/__init__.py index 2bef9ee1c..daf6ea305 100644 --- a/eve/__init__.py +++ b/eve/__init__.py @@ -38,7 +38,7 @@ """ -__version__ = "2.0.5-dev" +__version__ = "2.1.0" # RFC 1123 (ex RFC 822) DATE_FORMAT = "%a, %d %b %Y %H:%M:%S GMT"