From a6884492a2cc1b09b34563d79872dc85b3f6d663 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 13 Aug 2014 13:12:19 +0200 Subject: [PATCH] Version 0.9 --- NEWS.rst | 4 ++-- radicale/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 9bd299a..0013a8b 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,8 +3,8 @@ ====== -0.9 - *Not released yet* -======================== +0.9 - Rivers +============ * Custom handlers for auth, storage and rights (by Sergey Fursov) * 1-file-per-event storage (by Jean-Marc Martins) diff --git a/radicale/__init__.py b/radicale/__init__.py index 376973a..2824efd 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -50,7 +50,7 @@ except ImportError: from . import auth, config, ical, log, rights, storage, xmlutils -VERSION = "0.9b2" +VERSION = "0.9" # Standard "not allowed" response that is returned when an authenticated user # tries to access information they don't have rights to