Skip to content

Commit

Permalink
Bump version to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Sep 11, 2017
1 parent 9ced675 commit ee3fb71
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
News
====

2.1.6 - Wild Radish
-------------------

This release is compatible with version 2.0.0.

* Fix content-type of VLIST
* Specify correct COMPONENT in content-type of VCALENDAR
* Cache COMPONENT of calendar objects (improves speed with some clients)
* Stricter parsing of filters
* Improve support for CardDAV filter
* Fix some smaller bugs in CalDAV filter
* Add X-WR-CALNAME and X-WR-CALDESC to calendars downloaded via HTTP/WebDAV
* Use X-WR-CALNAME and X-WR-CALDESC from calendars published via WebDAV

2.1.5 - Wild Radish
-------------------

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.5"
VERSION = "2.1.6"

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

0 comments on commit ee3fb71

Please sign in to comment.