Skip to content

Commit

Permalink
Django security releases issued: 3.0.3 #870
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Feb 9, 2020
1 parent c968fa2 commit 60af6cb
Show file tree
Hide file tree
Showing 5 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 @@ -2,6 +2,15 @@ Changelog
=========


v3.2.1 - 2020-02-09


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


----


v3.2.0 - 2020-01-31


Expand Down
2 changes: 1 addition & 1 deletion dsmrreader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.utils.version import get_version

VERSION = (3, 2, 0, 'final', 0)
VERSION = (3, 2, 1, 'final', 0)

__version__ = get_version(VERSION)
Binary file modified dsmrreader/locales/nl/LC_MESSAGES/django.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions dsmrreader/provisioning/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
coreapi==2.3.3
crcmod==1.7
django==3.0.2
django==3.0.3
django-colorfield==0.1.15
django-debug-toolbar==2.1
django-debug-toolbar==2.2
django-filter==2.2.0
djangorestframework==3.11
django-solo==1.1.3
Expand Down
2 changes: 1 addition & 1 deletion dsmrreader/provisioning/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pylama==7.7.1
pytest-cov==2.8.1
pytest-django==3.8.0
pytest-xdist==1.31.0
sphinx==2.3.1
sphinx==2.4.0
sphinx-autobuild==0.7.1
sphinx-intl==2.0.0
sphinx-rtd-theme==0.4.3
Expand Down

0 comments on commit 60af6cb

Please sign in to comment.