Skip to content

Commit 3b55f6c

Browse files
committed
chore(release): v2.0.0
1 parent 8ab4f27 commit 3b55f6c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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+
313
## v1.5.0
414

515
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "manabi"
3-
version = "1.5.0"
3+
version = "2.0.0"
44
description = "Provide WebDAV access for documents."
55
homepage = "https://github.com/projectcaluma/manabi"
66
repository = "https://github.com/projectcaluma/manabi"

0 commit comments

Comments
 (0)