mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
Bump version to 2.1.11
This commit is contained in:
parent
d1199420cf
commit
8387a4c33f
2 changed files with 8 additions and 1 deletions
7
NEWS.md
7
NEWS.md
|
@ -1,6 +1,13 @@
|
||||||
News
|
News
|
||||||
====
|
====
|
||||||
|
|
||||||
|
2.1.11 - Wild Radish
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
This release is compatible with version 2.0.0.
|
||||||
|
|
||||||
|
* Fix moving items between collections
|
||||||
|
|
||||||
2.1.10 - Wild Radish
|
2.1.10 - Wild Radish
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -41,7 +41,7 @@ from setuptools import setup
|
||||||
|
|
||||||
# When the version is updated, a new section in the NEWS.md file must be
|
# When the version is updated, a new section in the NEWS.md file must be
|
||||||
# added too.
|
# added too.
|
||||||
VERSION = "2.1.10"
|
VERSION = "2.1.11"
|
||||||
WEB_FILES = ["web/css/icon.png", "web/css/main.css", "web/fn.js",
|
WEB_FILES = ["web/css/icon.png", "web/css/main.css", "web/fn.js",
|
||||||
"web/index.html"]
|
"web/index.html"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue