Skip to content

Commit

Permalink
No matching distribution found for PyCRC==1.21 #850
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jan 26, 2020
1 parent ac710a0 commit 0429aed
Show file tree
Hide file tree
Showing 4 changed files with 12 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.15.1 - 2020-01-25

- [`#850 <https://github.com/dennissiemensma/dsmr-reader/issues/850>`_] No matching distribution found for PyCRC==1.21


----


.. warning::

*This is the last release of DSMR-reader ``v2.x``. New features will only be added to ``v3.x``. See `the v3 upgrade guide <https://dsmr-reader.readthedocs.io/en/v3/faq/v3_upgrade.html>`_ for more information.*
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, 15, 0, 'final', 0)
VERSION = (2, 15, 1, 'final', 0)

__version__ = get_version(VERSION)
Binary file not shown.
4 changes: 3 additions & 1 deletion dsmrreader/provisioning/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ dropbox==9.4.0
# Do not upgrade to 20.x yet, see #783
gunicorn==19.7
paho-mqtt==1.5.0
PyCRC==1.21
pyserial==3.4
python-dateutil==2.8.1
pytz==2019.3
requests==2.22.0
urllib3==1.25.7

# See #850, it seems pyCRC has been replaced?! And the old repository is no longer available.
https://qpypi3.qpython.org/repository/1745924/PyCRC-1.21.tar.gz

0 comments on commit 0429aed

Please sign in to comment.