Skip to content

Commit

Permalink
Requirements update (november 2016) #150
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Nov 8, 2016
1 parent 97f163e commit 081eb77
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Changelog
=========


v1.3.2 - 2016-11-08
^^^^^^^^^^^^^^^^^^^
- Requirements update (november 2016) (`#150 <https://github.com/dennissiemensma/dsmr-reader/issues/150>`_).


v1.3.1 - 2016-08-16
^^^^^^^^^^^^^^^^^^^
- CSS large margin-bottom (`#144 <https://github.com/dennissiemensma/dsmr-reader/issues/144>`_).
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, 3, 1, 'final', 0)
VERSION = (1, 3, 2, 'beta', 1)

__version__ = get_version(VERSION)
10 changes: 5 additions & 5 deletions dsmrreader/provisioning/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Django==1.8.14
Django==1.8.16
django-colorfield==0.1.10
django-debug-toolbar==1.5
django-flat-theme==1.1.3
django-debug-toolbar==1.6
django-flat-theme==1.1.4
django-solo==1.1.2
dropbox==6.7.0
gunicorn==19.6
pyserial==3.1.1
pyserial==3.2.1
python-dateutil==2.5.3
pytz==2016.6.1
pytz==2016.7
2 changes: 1 addition & 1 deletion dsmrreader/provisioning/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx==1.4.5
Sphinx==1.4.8
sphinx-autobuild==0.6.0
sphinx-intl==0.9.9
sphinx-rtd-theme==0.1.9
2 changes: 1 addition & 1 deletion dsmrreader/provisioning/requirements/mysql.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mysqlclient==1.3.7
mysqlclient==1.3.9

0 comments on commit 081eb77

Please sign in to comment.