mirror of
https://github.com/etesync/server
synced 2024-11-22 00:38:07 +00:00
Bump version and update changelog.
This commit is contained in:
parent
709a607d47
commit
5f455e55b5
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 0.9.1
|
||||||
|
- Update pinned Django version (only matters if using `requirements.txt`).
|
||||||
|
|
||||||
## Version 0.9.0
|
## Version 0.9.0
|
||||||
- Add LDAP support for checking the validity of a username
|
- Add LDAP support for checking the validity of a username
|
||||||
- Allow specifying engine-specific database options
|
- Allow specifying engine-specific database options
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='etebase_server',
|
name='etebase_server',
|
||||||
version='0.9.0',
|
version='0.9.1',
|
||||||
description='An Etebase (EteSync 2.0) server',
|
description='An Etebase (EteSync 2.0) server',
|
||||||
url='https://www.etebase.com/',
|
url='https://www.etebase.com/',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
Reference in New Issue
Block a user