Skip to content

Commit

Permalink
Update v4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jul 27, 2020
1 parent 87e3ae4 commit 96d5321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Changelog
v4.x releases
^^^^^^^^^^^^^

v4.0.0 - 2020-07-24
v4.0.0 - 2020-07-27
-------------------

.. warning::
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, 0, 0, 'rc', 2)
VERSION = (4, 0, 0, 'final', 0)

__version__ = get_version(VERSION)

0 comments on commit 96d5321

Please sign in to comment.