Skip to content

Commit

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


v4.17.0 - 2021-xx-xx
v4.16.2 - 2021-05-12
--------------------

- ``Fixed`` Removed print() statement that still lingered around after debugging and testing the previous release


v4.16.1 - 2021-05-11
--------------------
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, 17, 0, 'final', 0)
VERSION = (4, 16, 2, 'final', 0)

__version__ = get_version(VERSION)

0 comments on commit 082958f

Please sign in to comment.