Skip to content

Commit e7411a7

Browse files
committed
Release 3.7.0
1 parent 37fb2c0 commit e7411a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.7.0.dev
3+
## 3.7.0
44

55
* Feature: collection sharing by map or token incl. management API and WebUI extension
66
* Feature: share address book collection as birthday calendar

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "Radicale"
33
# When the version is updated, a new section in the CHANGELOG.md file must be
44
# added too.
55
readme = "README.md"
6-
version = "3.7.0.dev"
6+
version = "3.7.0"
77
authors = [{name = "Guillaume Ayoub", email = "[email protected]"}, {name = "Unrud", email = "[email protected]"}, {name = "Peter Bieringer", email = "[email protected]"}]
88
license = {text = "GNU GPL v3"}
99
description = "CalDAV and CardDAV Server"

setup.py.legacy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ from setuptools import find_packages, setup
2121

2222
# When the version is updated, a new section in the CHANGELOG.md file must be
2323
# added too.
24-
VERSION = "3.7.0.dev"
24+
VERSION = "3.7.0"
2525

2626
with open("README.md", encoding="utf-8") as f:
2727
long_description = f.read()

0 commit comments

Comments
 (0)