Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Jun 2, 2023
1 parent 7dd90d4 commit db395c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

0.4.0 (2023-06-02)
++++++++++++++++++

* Updated Django support to only 3.2, 4.1 and 4.2 (thanks to @ronnievdc).
* Various other cleanups and documentation format fixes.

0.3.0 (2019-12-03)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion restrictedsessions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit db395c2

Please sign in to comment.