Skip to content

Commit

Permalink
Bump version to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Aug 25, 2017
1 parent bdb03b9 commit c1d279e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
News
====

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

This release is compatible with version 2.0.0.

* Add ``--verify-storage`` command-line argument
* Allow comments in the htpasswd file
* Don't strip whitespaces from user names and passwords in the htpasswd file
* Remove cookies from logging output
* Allow uploads of whole collections with many components
* Show warning message if server.timeout is used with Python < 3.5.2

2.1.4 - 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.4"
VERSION = "2.1.5"

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

0 comments on commit c1d279e

Please sign in to comment.