Skip to content

Commit

Permalink
Bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jul 24, 2017
1 parent 1f4fb9e commit b3957bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
News
====

2.1.2 - Wild Radish
-------------------

This feature is not compatible with the 1.x.x versions. See
http://radicale.org/1to2/ if you want to switch from 1.x.x to
2.x.x.

* Remove workarounds for bugs in VObject < 0.9.5
* Error checking of collection tags and associated components
* Improve error checking of uploaded collections and components
* Don't delete empty collection properties implicitly
* Improve logging of VObject serialization

2.1.1 - Wild Radish Again
-------------------

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.1"
VERSION = "2.1.2"

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

0 comments on commit b3957bc

Please sign in to comment.