Skip to content

Commit 39ad100

Browse files
committed
Development 3.7.5
1 parent 5637847 commit 39ad100

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 3.7.5.dev
4+
35
## 3.7.4
46
* Fix: sharing: PROPFIND returns now empty owner element in case of a mapped share as clients try PROPFIND on this not accessable href
57
* Improve: sharing: PROPFIND returns also privilege "write" in case "write-content" and "write-properties" is permitted

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

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

0 commit comments

Comments
 (0)