Skip to content

Commit 3888e7d

Browse files
committed
Release 3.7.3
1 parent 5007083 commit 3888e7d

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.3.dev
3+
## 3.7.3
44
* Extension: expose RADICALE:version for authenticated users via PROPFIND
55
* Fix: sharing: GET request on single item with bday conversion
66
* Fix: sharing: PROPFIND response on single item with bday conversion

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.3.dev"
6+
version = "3.7.3"
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.3.dev"
24+
VERSION = "3.7.3"
2525

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

0 commit comments

Comments
 (0)