Skip to content

Commit 1d747fb

Browse files
committed
release 3.5.5
1 parent f583adf commit 1d747fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.5.5.dev
3+
## 3.5.5
44
* Improve: [auth] ldap: do not read server info by bind to avoid needless network traffic
55
* Fix: [storage] broken support of 'folder_umask'
66
* Improve: add details about platform and effective user on startup

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.5.5.dev"
6+
version = "3.5.5"
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
@@ -20,7 +20,7 @@ from setuptools import find_packages, setup
2020

2121
# When the version is updated, a new section in the CHANGELOG.md file must be
2222
# added too.
23-
VERSION = "3.5.5.dev"
23+
VERSION = "3.5.5"
2424

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

0 commit comments

Comments
 (0)