Skip to content

Commit

Permalink
v4.17 start
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed May 10, 2021
1 parent fb8ac0f commit b451916
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Current version
:doc:`How to update</how-to/upgrading/upgrade>` *(minor updates only)*


v4.17.0 - 2021-xx-xx
--------------------



v4.16.0 - 2021-05-10
--------------------

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 = (4, 16, 0, 'final', 0)
VERSION = (4, 17, 0, 'final', 0)

__version__ = get_version(VERSION)

0 comments on commit b451916

Please sign in to comment.