Skip to content

Commit

Permalink
bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Sep 7, 2022
1 parent 15c7d94 commit 27bb1f5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGES.rst
Expand Up @@ -6,11 +6,22 @@ Here you can see the full list of changes between each Eve release.
In Development
---------------

- MONGO_URI's username, password, and authSource are not parsed correctly (`#1478`_)
- Lock Flask dependency to version 2.1.
- *hic sunt dracones*

Version v2.0.1
--------------

Released on Sep 7, 2022.

Fixed
~~~~~

- ``MONGO_URI`` username, password, and authSource are not parsed correctly (`#1478`_)
- Lock Flask dependency to version 2.1 (`#1485`_)
- Fix documentation typos (`#1481`_)
- Only build Python 3 wheels.

.. _`#1485`: https://github.com/pyeve/eve/issues/1485
.. _`#1478`: https://github.com/pyeve/eve/issues/1478
.. _`#1481`: https://github.com/pyeve/eve/pull/1481

Expand Down
2 changes: 1 addition & 1 deletion eve/__init__.py
Expand Up @@ -38,7 +38,7 @@
"""

__version__ = "2.0.1-dev0"
__version__ = "2.0.1"

# RFC 1123 (ex RFC 822)
DATE_FORMAT = "%a, %d %b %Y %H:%M:%S GMT"
Expand Down

0 comments on commit 27bb1f5

Please sign in to comment.