Skip to content

Commit 7095a01

Browse files
authored
Merge pull request #374 from projectcaluma/bump_version
chore: version bump
2 parents 1877532 + 49c2bca commit 7095a01

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3+
## 1.4.1
4+
5+
### Fix
6+
7+
* fix: do not crash if expected lock entry is not in db ([`2920c64`](https://github.com/projectcaluma/manabi/commit/2920c64e31eba99f2f30f913b235595478c56e7e))
8+
* fix: do not log stacktrace on db reconnect ([`8f0d753`](https://github.com/projectcaluma/manabi/commit/8f0d75365fd8afb16924f616d5c02d14d75e9839))
9+
310
## v1.4.0
11+
412
### Chore
513

614
* update to django 4.x ([`3e9084b`](https://github.com/projectcaluma/manabi/commit/3e9084b0774bfa06c6229311ae927f86d426a6ed))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "manabi"
3-
version = "1.4.0"
3+
version = "1.4.1"
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)