Version 0.4 bump
This commit is contained in:
parent
67b9df3276
commit
2f641b6a3f
6
NEWS
6
NEWS
@ -6,12 +6,14 @@
|
|||||||
NEWS
|
NEWS
|
||||||
------
|
------
|
||||||
|
|
||||||
0.5 - **Not released yet**
|
0.4 - Hot Days Back
|
||||||
==========================
|
===================
|
||||||
|
|
||||||
* Personal calendars
|
* Personal calendars
|
||||||
* HEAD requests
|
* HEAD requests
|
||||||
* Last-Modified HTTP header
|
* Last-Modified HTTP header
|
||||||
|
* ``no-ssl`` and ``foreground`` options
|
||||||
|
* Default configuration file
|
||||||
|
|
||||||
|
|
||||||
0.3 - Dancing Flowers
|
0.3 - Dancing Flowers
|
||||||
|
1
TODO
1
TODO
@ -10,6 +10,7 @@
|
|||||||
===
|
===
|
||||||
|
|
||||||
* Calendar collections
|
* Calendar collections
|
||||||
|
* Group calendars
|
||||||
* [IN PROGRESS] Windows and MacOS tested support
|
* [IN PROGRESS] Windows and MacOS tested support
|
||||||
|
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ except ImportError:
|
|||||||
from radicale import acl, config, ical, xmlutils
|
from radicale import acl, config, ical, xmlutils
|
||||||
|
|
||||||
|
|
||||||
VERSION = "git"
|
VERSION = "0.4"
|
||||||
|
|
||||||
def _check(request, function):
|
def _check(request, function):
|
||||||
"""Check if user has sufficient rights for performing ``request``."""
|
"""Check if user has sufficient rights for performing ``request``."""
|
||||||
|
Loading…
Reference in New Issue
Block a user