Skip to content

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jun 25, 2017
1 parent 0122d3e commit 6336ffb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
======


1.1.4 - Fifth Law of Nature
===========================

* Use ``shutil.move`` for ``--export-storage``

1.1.3 - Fourth Law of Nature
============================

Expand Down
2 changes: 1 addition & 1 deletion radicale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
from . import auth, config, ical, log, pathutils, rights, storage, xmlutils


VERSION = "1.1.3"
VERSION = "1.1.4"

# Standard "not allowed" response that is returned when an authenticated user
# tries to access information they don't have rights to
Expand Down

0 comments on commit 6336ffb

Please sign in to comment.