Skip to content

Commit

Permalink
Prep patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxstr committed Mar 21, 2024
1 parent 7ac8807 commit f9c7a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
0.7.1 - 2024-03-21
0.7.2 - 2024-03-21
------------------

Fixed
~~~~~
- Include prematurely removed ``cachelib`` dependency. Will be removed in 1.0.0 to be an optional dependency (`#223 <https://github.com/pallets-eco/flask-session/issues/223>`_).
- Note 0.7.1 was not released due to a publishing error.


0.7.0 - 2024-03-18
------------------
Expand Down
2 changes: 1 addition & 1 deletion src/flask_session/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .defaults import Defaults

__version__ = "0.7.1"
__version__ = "0.7.2"


class Session:
Expand Down

0 comments on commit f9c7a43

Please sign in to comment.