Skip to content

Commit

Permalink
Merge branch 'hotfix/8.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Dec 22, 2020
2 parents f7ffebb + 883dbd8 commit 5d24541
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions docs/topics/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ systems of application, previously in the "application" package, has been
moved to a new "system" package.


Version 8.2.5 (released 22 Dec 2020)
--------------------------------------

Increased versions of dependencies on requests, Django, Celery, PyMySQL.

Version 8.2.4 (released 12 Nov 2020)
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion eventsourcing/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "8.2.4"
__version__ = "8.2.5"
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
install_requires = [
"python-dateutil<=2.8.99999",
"pycryptodome<=3.9.99999",
"requests<=2.23.99999",
"requests<=2.25.99999",
"readerwriterlock<=1.0.99999",
]

Expand All @@ -28,7 +28,7 @@

cassandra_requires = ["cassandra-driver<=3.23.99999"]

django_requires = ["django<=3.0.99999"]
django_requires = ["django<=3.1.99999"]

testing_requires = (
cassandra_requires
Expand All @@ -43,8 +43,8 @@
"flask_sqlalchemy<=2.4.99",
"uwsgi<=2.0.99999",
# "redis<=3.5.99999",
"celery<=4.4.99999",
"pymysql<=0.9.99999",
"celery<=5.0.99999",
"pymysql<=0.10.99999",
"mysql-connector-python-rf<=2.2.99999",
"python-coveralls<=2.9.99999",
"coverage<5.0.0", # v5 is incompatible ATM.
Expand Down

0 comments on commit 5d24541

Please sign in to comment.