mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Bump version to 3.0.0
This commit is contained in:
parent
b700b5ed44
commit
b3e14f2844
4 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@ Want more? Check the [tutorials](#tutorials) and the
|
|||
### What's New?
|
||||
|
||||
Read the
|
||||
[changelog on GitHub.](https://github.com/Kozea/Radicale/blob/master/NEWS.md)
|
||||
[changelog on GitHub.](https://github.com/Kozea/Radicale/blob/3.0.x/NEWS.md)
|
||||
|
||||
# Tutorials
|
||||
## Simple 5-minute setup
|
||||
|
@ -1331,7 +1331,7 @@ add new features, fix bugs or update the documentation.
|
|||
### Documentation
|
||||
|
||||
To change or complement the documentation create a pull request to
|
||||
[DOCUMENTATION.md](https://github.com/Kozea/Radicale/blob/master/DOCUMENTATION.md).
|
||||
[DOCUMENTATION.md](https://github.com/Kozea/Radicale/blob/3.0.x/DOCUMENTATION.md).
|
||||
|
||||
# Download
|
||||
|
||||
|
|
2
NEWS.md
2
NEWS.md
|
@ -1,6 +1,6 @@
|
|||
# News
|
||||
|
||||
## master
|
||||
## 3.0.0
|
||||
|
||||
This release is incompatible with previous releases.
|
||||
See the upgrade checklist below.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Read Me
|
||||
|
||||

|
||||
[](https://coveralls.io/github/Kozea/Radicale?branch=master)
|
||||
[](https://coveralls.io/github/Kozea/Radicale?branch=3.0.x)
|
||||
|
||||
Radicale is a free and open-source CalDAV and CardDAV server.
|
||||
|
||||
For the complete documentation, please visit
|
||||
[Radicale "master" documentation](https://radicale.org/master.html).
|
||||
[Radicale "3.0" documentation](https://radicale.org/3.0.html).
|
||||
|
|
2
setup.py
2
setup.py
|
@ -42,7 +42,7 @@ from setuptools import find_packages, setup
|
|||
|
||||
# When the version is updated, a new section in the NEWS.md file must be
|
||||
# added too.
|
||||
VERSION = "master"
|
||||
VERSION = "3.0.0"
|
||||
WEB_FILES = ["web/internal_data/css/icon.png",
|
||||
"web/internal_data/css/main.css",
|
||||
"web/internal_data/fn.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue