Skip to content

Commit

Permalink
release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 11, 2023
1 parent c97e56a commit 0baf8cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 0.5.0
-------------

Unreleased
Released 2023-05-11

- Drop support for Python < 3.7.
- Switch to ``pyproject.toml`` and Flit for packaging.
Expand Down
4 changes: 2 additions & 2 deletions src/flask_session/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
__version__ = '0.5.0'

import os

from .sessions import NullSessionInterface, RedisSessionInterface, \
MemcachedSessionInterface, FileSystemSessionInterface, \
MongoDBSessionInterface, SqlAlchemySessionInterface

__version__ = '0.5.0'


class Session(object):
"""This class is used to add Server-side Session to one or more Flask
Expand Down

0 comments on commit 0baf8cb

Please sign in to comment.