From b3e14f2844e6451ec3839f3aa24f933cf35e3755 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 19 May 2020 04:19:12 +0200 Subject: [PATCH] Bump version to 3.0.0 --- DOCUMENTATION.md | 4 ++-- NEWS.md | 2 +- README.md | 4 ++-- setup.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 5c77fdfe..d04c0c1b 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -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 diff --git a/NEWS.md b/NEWS.md index 247980f9..6f333298 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # News -## master +## 3.0.0 This release is incompatible with previous releases. See the upgrade checklist below. diff --git a/README.md b/README.md index bb7f8ec2..e797838a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Read Me ![Test](https://github.com/Kozea/Radicale/workflows/Test/badge.svg) -[![Coverage Status](https://coveralls.io/repos/github/Kozea/Radicale/badge.svg?branch=master)](https://coveralls.io/github/Kozea/Radicale?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/Kozea/Radicale/badge.svg?branch=3.0.x)](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). diff --git a/setup.py b/setup.py index 0b40e02b..e24943f5 100755 --- a/setup.py +++ b/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",