Skip to content

Commit

Permalink
Merged v1.6.1 to master
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Apr 6, 2017
1 parent 4f5534d commit ba390e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ 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.6.1 - 2017-04-06
^^^^^^^^^^^^^^^^^^^

**Tickets resolved in this release:**

- [`#298 <https://github.com/dennissiemensma/dsmr-reader/issues/298>`_] Update requirements (Django 1.10.7)



v1.6.0 - 2017-03-18
^^^^^^^^^^^^^^^^^^^
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, 6, 0, 'final', 0)
VERSION = (1, 6, 1, 'final', 0)

__version__ = get_version(VERSION)
2 changes: 1 addition & 1 deletion dsmrreader/provisioning/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
crcmod==1.7
django==1.10.6
django==1.10.7
django-colorfield==0.1.12
django-debug-toolbar==1.7
django-solo==1.1.2
Expand Down

0 comments on commit ba390e1

Please sign in to comment.