diff --git a/ChangeLog.md b/ChangeLog.md index b08e62c..cbd64d7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Changelog +## Version 0.10.0 +- Replace the deprecated aioredis with redis-py +- Optimize how we fetch the current (latest) revision of items + ## Version 0.9.1 - Update pinned Django version (only matters if using `requirements.txt`). diff --git a/setup.py b/setup.py index c77ed18..8a902ab 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name='etebase_server', - version='0.9.1', + version='0.10.0', description='An Etebase (EteSync 2.0) server', url='https://www.etebase.com/', classifiers=[