1
0
mirror of https://github.com/etesync/server synced 2024-11-18 23:08:08 +00:00

Bump version and update changelog.

This commit is contained in:
Tom Hacohen 2024-06-09 11:21:24 -04:00
parent c9b8f43845
commit 2deb59e932
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## Version 0.14.1
- Fix issue with serializing non utf8 422 errors
- Appease django warnings about default auto field
## Version 0.14.0
- Upgrade to latest FastAPI and Pydantic for compatibility with Python 3.12

View File

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