Skip to content

Commit 79e68bf

Browse files
committed
Release 3.7.1
1 parent 27671d0 commit 79e68bf

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.1.dev
3+
## 3.7.1
44
* Fix: share address book collection as birthday calendar not working on non-DEBUG level
55
* Extension: share accept now PATH and USER for matching email addresses as well
66
* Adjustment: replace logging/trace_on_debug by new log level "trace"

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.1.dev"
6+
version = "3.7.1"
77
authors = [{name = "Guillaume Ayoub", email = "guillaume.ayoub@kozea.fr"}, {name = "Unrud", email = "unrud@outlook.com"}, {name = "Peter Bieringer", email = "pb@bieringer.de"}]
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.1.dev"
24+
VERSION = "3.7.1"
2525

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

0 commit comments

Comments
 (0)