diff --git a/NEWS.md b/NEWS.md index 83e4bb07..70143d1a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,25 +1,8 @@ News ==== -2.1.0rc3 --------- - -This release is compatible with version 2.0.0. - -* Include VObject version in item cache hash -* Improve logging of client timeouts - - -2.1.0rc2 --------- - -This release is compatible with version 2.0.0. - -* Allow extra configuration options, when external plugins are used. -* Add request method and path to exceptions that happen during requests. - -2.1.0rc1 --------- +2.1.0 - Wild Radish +------------------- This release is compatible with version 2.0.0. diff --git a/radicale/__init__.py b/radicale/__init__.py index 72e32b0d..25ac2db8 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -52,7 +52,7 @@ import vobject from . import auth, rights, storage, web, xmlutils -VERSION = "2.1.0rc3" +VERSION = "2.1.0" NOT_ALLOWED = ( client.FORBIDDEN, (("Content-Type", "text/plain"),),