Skip to content

Commit

Permalink
Bump version to 2.1.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jun 23, 2017
1 parent 98caa88 commit 6bf7aa2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
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
--------

Expand Down
2 changes: 1 addition & 1 deletion radicale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

from . import auth, rights, storage, web, xmlutils

VERSION = "2.1.0rc2"
VERSION = "2.1.0rc3"

NOT_ALLOWED = (
client.FORBIDDEN, (("Content-Type", "text/plain"),),
Expand Down

0 comments on commit 6bf7aa2

Please sign in to comment.