Skip to content

Commit 0072e70

Browse files
committed
version 3.5.2
1 parent 7b20dbd commit 0072e70

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.2.dev
3+
## 3.5.2
44
* Adjust: [auth] ldap: use ldap_user_attr either first element of list or directly
55
* Fix: use value of property for time range filter
66
* Add: [auth] ldap: option ldap_security (none, startls, tls) for additional support of STARTTLS, deprecate ldap_use_ssl

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.2.dev"
6+
version = "3.5.2"
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.2.dev"
23+
VERSION = "3.5.2"
2424

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

0 commit comments

Comments
 (0)