Skip to content

Commit

Permalink
bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Mar 14, 2023
1 parent 38d99f2 commit 9515cda
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9515cda

Please sign in to comment.