Skip to content

Commit

Permalink
Gunicorn 20.x breaks use of docker Alpine Linux #783
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Nov 13, 2019
1 parent bf6a315 commit 7e999c6
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@ -2,6 +2,14 @@ Changelog
=========


v2.11.2 - 2019-11-13

- [`#783 <https://github.com/dennissiemensma/dsmr-reader/issues/783>`_] Gunicorn 20.x breaks use of docker Alpine Linux


----


v2.11.1 - 2019-11-12

- [`#782 <https://github.com/dennissiemensma/dsmr-reader/issues/782>`_] Failed to export to MinderGas: Unexpected status code received
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 = (2, 11, 1, 'final', 0)
VERSION = (2, 11, 2, 'final', 0)

__version__ = get_version(VERSION)
3 changes: 2 additions & 1 deletion dsmrreader/provisioning/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ django-filter==2.2.0
djangorestframework==3.10.3
django-solo==1.1.3
dropbox==9.4.0
gunicorn==20.0.0
# Do not upgrade to 20.x yet, see #783
gunicorn==19.7
paho-mqtt==1.5.0
PyCRC==1.21
pyserial==3.4
Expand Down

0 comments on commit 7e999c6

Please sign in to comment.