mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Bump version to 2.1.8
This commit is contained in:
parent
ed6335aa15
commit
4176ef44de
2 changed files with 8 additions and 1 deletions
7
NEWS.md
7
NEWS.md
|
@ -1,6 +1,13 @@
|
|||
News
|
||||
====
|
||||
|
||||
2.1.8 - Wild Radish
|
||||
-------------------
|
||||
|
||||
This release is compatible with version 2.0.0.
|
||||
|
||||
* Flush files before fsync'ing
|
||||
|
||||
2.1.7 - Wild Radish
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ import vobject
|
|||
|
||||
from . import auth, rights, storage, web, xmlutils
|
||||
|
||||
VERSION = "2.1.7"
|
||||
VERSION = "2.1.8"
|
||||
|
||||
NOT_ALLOWED = (
|
||||
client.FORBIDDEN, (("Content-Type", "text/plain"),),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue