Skip to content

Commit

Permalink
Upgrade Django to 1.8.12 #118
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Apr 7, 2016
1 parent b043cfa commit addabde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ v1.0.0 - 2016-xx-xx
- Translate README to Dutch (`#16 <https://github.com/dennissiemensma/dsmr-reader/issues/16>`_).
- Delete (recent) history page (`#112 <https://github.com/dennissiemensma/dsmr-reader/issues/112>`_).
- Display most recent temperature in dashboard (`#114 <https://github.com/dennissiemensma/dsmr-reader/issues/114>`_).
- Upgrade Django to 1.8.12 (`#118 <https://github.com/dennissiemensma/dsmr-reader/issues/118>`_).


v0.16 (β) - 2016-03-28
Expand Down
2 changes: 1 addition & 1 deletion dsmrreader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.utils.version import get_version


VERSION = (1, 0, 0, 'rc', 4)
VERSION = (1, 0, 0, 'rc', 5)

__version__ = get_version(VERSION)
6 changes: 3 additions & 3 deletions dsmrreader/provisioning/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Django==1.8.11
Django==1.8.12
django-flat-theme==1.1.3
django-solo==1.1.2
dropbox==6.1
gunicorn==19.4.5
pyserial==3.0.1
python-dateutil==2.5.1
pytz==2016.2
python-dateutil==2.5.2
pytz==2016.3

0 comments on commit addabde

Please sign in to comment.