Skip to content

Commit

Permalink
v1.5 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jan 1, 2017
1 parent da7b1bd commit 9ccefcf
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 @@ -17,7 +17,7 @@ Please make sure you have a fresh **database backup** before upgrading! Upgradin
- `About upgrading <http://dsmr-reader.readthedocs.io/en/latest/application.html#application-updates-bug-fixes-new-features>`_.


v1.5.0 - 2017-01-xx
v1.5.0 - 2017-01-01
^^^^^^^^^^^^^^^^^^^

.. warning:: **Change in Python support**
Expand Down
2 changes: 1 addition & 1 deletion dsmrreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
from django.utils.version import get_version


VERSION = (1, 5, 0, 'rc', 8)
VERSION = (1, 5, 0, 'final', 0)

__version__ = get_version(VERSION)

0 comments on commit 9ccefcf

Please sign in to comment.