Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 14, 2015
1 parent f112a9b commit 377762e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
9 changes: 7 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
======


1.0 - *Not Released Yet*
========================
1.0 - Sunflower

This comment has been minimized.

Copy link
@mrueg

mrueg Sep 15, 2015

@liZe if that means, it's released now, could you please push a tag? Thanks!

This comment has been minimized.

Copy link
@liZe

liZe Sep 15, 2015

Author Member

Done, just forgotten the push --tags.

===============

* Enhanced performances (by Mathieu Dupuy)
* Add MD5-APR1 and BCRYPT for htpasswd-based authentication (by Jan-Philip Gehrcke)
* Use PAM service (by Stephen Paul Weber)
* Don't discard PROPPATCH on empty collections (Markus Unterwaditzer)
* Write the path of the collection in the git message (Matthew Monaco)
* Tests launched on Travis


0.10 - Lovely Endless Grass
Expand Down
8 changes: 0 additions & 8 deletions TODO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
To-Do List
============

1.0
===

* [IN PROGRESS] Other CalDAV clients supports
* Git storage backend
* Tests


2.0
===

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 = "0.10"
VERSION = "1.0"

# 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 377762e

Please sign in to comment.