Skip to content

Commit

Permalink
Bump version to 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Sep 17, 2017
1 parent b0ef194 commit 21f5f5d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
News
====

2.1.7 - Wild Radish
-------------------

This release is compatible with version 2.0.0.

* Don't print warning when cache format changes
* Add documentation for ``BaseAuth``
* Add ``is_authenticated2(login, user, password)`` to ``BaseAuth``
* Fix names of custom properties in PROPFIND requests with
``D:propname`` or ``D:allprop``
* Return all properties in PROPFIND requests with ``D:propname`` or
``D:allprop``
* Allow ``D:displayname`` property on all collections
* Answer with ``D:unauthenticated`` for ``D:current-user-principal`` property
when not logged in
* Remove non-existing ``ICAL:calendar-color`` and ``C:calendar-timezone``
properties from PROPFIND requests with ``D:propname`` or ``D:allprop``
* Add ``D:owner`` property to calendar and address book objects
* Remove ``D:getetag`` and ``D:getlastmodified`` properties from regular
collections


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

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

0 comments on commit 21f5f5d

Please sign in to comment.