Bump version to 2.1.10
This commit is contained in:
parent
546a52e34a
commit
68740d10f3
13
NEWS.md
13
NEWS.md
@ -1,6 +1,19 @@
|
|||||||
News
|
News
|
||||||
====
|
====
|
||||||
|
|
||||||
|
2.1.10 - Wild Radish
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
This release is compatible with version 2.0.0.
|
||||||
|
|
||||||
|
* Update required versions for dependencies
|
||||||
|
* Get ``RADICALE_CONFIG`` from WSGI environ
|
||||||
|
* Improve HTTP status codes
|
||||||
|
* Fix race condition in storage lock creation
|
||||||
|
* Raise default limits for content length and timeout
|
||||||
|
* Log output from hook
|
||||||
|
* Simplify Auth plugin interface
|
||||||
|
|
||||||
2.1.9 - Wild Radish
|
2.1.9 - Wild Radish
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -41,7 +41,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
# When the version is updated, a new section in the NEWS.md file must be
|
# When the version is updated, a new section in the NEWS.md file must be
|
||||||
# added too.
|
# added too.
|
||||||
VERSION = "2.1.9"
|
VERSION = "2.1.10"
|
||||||
WEB_FILES = ["web/css/icon.png", "web/css/main.css", "web/fn.js",
|
WEB_FILES = ["web/css/icon.png", "web/css/main.css", "web/fn.js",
|
||||||
"web/index.html"]
|
"web/index.html"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user