We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab4f27 commit 3b55f6cCopy full SHA for 3b55f6c
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v2.0.0
4
+
5
+### Feature
6
7
+* **deps:** Update dependencies ([`edd2fb0`](https://github.com/projectcaluma/manabi/commit/edd2fb02eafbbdc0401cd7fc3f226f2e2aa10927))
8
9
+### Breaking
10
11
+* This removes support for Python < 3.12 ([`edd2fb0`](https://github.com/projectcaluma/manabi/commit/edd2fb02eafbbdc0401cd7fc3f226f2e2aa10927))
12
13
## v1.5.0
14
15
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "manabi"
-version = "1.5.0"
+version = "2.0.0"
description = "Provide WebDAV access for documents."
homepage = "https://github.com/projectcaluma/manabi"
repository = "https://github.com/projectcaluma/manabi"
0 commit comments