From 68740d10f38fc334d03eab683670f2e06abe4443 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 14 Aug 2018 19:35:25 +0200 Subject: [PATCH] Bump version to 2.1.10 --- NEWS.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index b552b85..2d09b81 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,19 @@ 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 ------------------- diff --git a/setup.py b/setup.py index 984a6f5..1fb7763 100644 --- a/setup.py +++ b/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 # added too. -VERSION = "2.1.9" +VERSION = "2.1.10" WEB_FILES = ["web/css/icon.png", "web/css/main.css", "web/fn.js", "web/index.html"]