0
0
mirror of https://github.com/etesync/server.git synced 2024-09-19 20:32:16 +02:00

Bump version and update changelog.

This commit is contained in:
Tom Hacohen 2022-06-13 14:02:48 +03:00
parent 709a607d47
commit 5f455e55b5
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## Version 0.9.1
- Update pinned Django version (only matters if using `requirements.txt`).
## Version 0.9.0
- Add LDAP support for checking the validity of a username
- Allow specifying engine-specific database options

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name='etebase_server',
version='0.9.0',
version='0.9.1',
description='An Etebase (EteSync 2.0) server',
url='https://www.etebase.com/',
classifiers=[