1
0
mirror of https://github.com/etesync/server synced 2024-12-26 17:28:08 +00:00

Bump version and update changelog.

This commit is contained in:
Tom Hacohen 2022-10-04 12:31:38 -04:00
parent c61dd86a8c
commit 4bf81f49ad
2 changed files with 5 additions and 1 deletions

View File

@ -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`).

View File

@ -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=[