Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 21, 2015
1 parent 231cdec commit 6babebd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
======


1.0.1
=====

* Update the version because of a **stupid** "feature"™ of PyPI


1.0 - Sunflower
===============

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


VERSION = "1.0"
VERSION = "1.0.1"

# 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 6babebd

Please sign in to comment.