Skip to content

Commit

Permalink
v5.12 dev start
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Feb 20, 2024
1 parent 00033d8 commit d34f909
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Current release series
:depth: 1



v5.12.0 - xxxxxxxx 2024
-----------------------



v5.11.0 - February 2024
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion dsmrreader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.utils.version import get_version

VERSION = (5, 11, 0, "final", 0)
VERSION = (5, 12, 0, "final", 0)

__version__ = get_version(VERSION)

0 comments on commit d34f909

Please sign in to comment.