diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 1780a6924..7a097b685 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -33,9 +33,9 @@ Want more? Why don't you check our wonderful ### What's New? -Latest version of Radicale is 2.1.11, -released on November 5, 2018 -([changelog](https://github.com/Kozea/Radicale/blob/master/NEWS.md)). +Latest version of Radicale is 2.1.12, +released on May 19, 2020 +([changelog](https://github.com/Kozea/Radicale/blob/2.1.12/NEWS.md)). [Read latest news…](#news) @@ -1627,6 +1627,7 @@ You can also download the content of the repository as an You can download the Radicale package for each release: +- [**2.1.12 - Wild Radish**](https://api.github.com/repos/Kozea/Radicale/tarball/2.1.12) - [**2.1.11 - Wild Radish**](https://api.github.com/repos/Kozea/Radicale/tarball/2.1.11) - [**2.1.10 - Wild Radish**](https://api.github.com/repos/Kozea/Radicale/tarball/2.1.10) - [**2.1.9 - Wild Radish**](https://api.github.com/repos/Kozea/Radicale/tarball/2.1.9) @@ -1784,9 +1785,33 @@ And that was fun going from here to there thanks to you! # News -Latest version of Radicale is 2.1.11, -released on November 5, 2018 -([changelog](https://github.com/Kozea/Radicale/blob/master/NEWS.md)). +Latest version of Radicale is 2.1.12, +released on May 19, 2020 +([changelog](https://github.com/Kozea/Radicale/blob/2.1.12/NEWS.md)). + +## May 19, 2020 - Radicale 2.1.12 + +Radicale 2.1.12 is out! + +### 2.1.12 - Wild Radish + +This release is compatible with version 2.0.0. Follow our +[migration guide](#documentation/migration-from-1xx-to-2xx) if you want to switch +from 1.x.x to 2.x.x. + +* Include documentation in source archive + +## November 5, 2018 - Radicale 2.1.11 + +Radicale 2.1.11 is out! + +### 2.1.11 - Wild Radish + +This release is compatible with version 2.0.0. Follow our +[migration guide](#documentation/migration-from-1xx-to-2xx) if you want to switch +from 1.x.x to 2.x.x. + +* Fix moving items between collections ## August 16, 2018 - Radicale 2.1.10 diff --git a/NEWS.md b/NEWS.md index 1b6d2f553..001cdf1b6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,13 @@ News ==== +2.1.12 - Wild Radish +-------------------- + +This release is compatible with version 2.0.0. + +* Include documentation in source archive + 2.1.11 - Wild Radish -------------------- diff --git a/setup.py b/setup.py index f51d16f21..db0e30b11 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ # When the version is updated, a new section in the NEWS.md file must be # added too. -VERSION = "2.1.11" +VERSION = "2.1.12" WEB_FILES = ["web/css/icon.png", "web/css/main.css", "web/fn.js", "web/index.html"]