Skip to content

Commit

Permalink
Release: v1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Feb 2, 2018
1 parent 74c1ac1 commit 4003e9d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ Please make sure you have a fresh **database backup** before upgrading! Upgradin



v1.13.2 - 2018-02-02
^^^^^^^^^^^^^^^^^^^^

**Tickets resolved in this release:**

- [`#431 <https://github.com/dennissiemensma/dsmr-reader/issues/431>`_] Django security releases issued: 2.0.2



v1.13.1 - 2018-01-28
^^^^^^^^^^^^^^^^^^^^

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, 13, 1, 'final', 0)
VERSION = (1, 13, 2, 'final', 0)

__version__ = get_version(VERSION)
4 changes: 2 additions & 2 deletions dsmrreader/provisioning/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
crcmod==1.7
coreapi==2.3.3
django==2.0.1
django==2.0.2
django-colorfield==0.1.14
django-debug-toolbar==1.9.1
django-filter==1.1.0
djangorestframework==3.7.7
django-solo==1.1.3
dropbox==8.6.0
dropbox==8.7.0
gunicorn==19.7.1
paho-mqtt==1.3.1
pyserial==3.4
Expand Down
2 changes: 1 addition & 1 deletion dsmrreader/provisioning/requirements/travis.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# For some reason Travis needs to be forced installing this version, or the build pretend like it doesn't know 'pytest'.
pytest==3.3.2
pytest==3.4.0

0 comments on commit 4003e9d

Please sign in to comment.