Skip to content

Commit 43b0f7a

Browse files
committed
Release 0.2.12
1 parent 5e2bebd commit 43b0f7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xandikos"
3-
version = "0.2.11"
3+
version = "0.2.12"
44
authors = [ "Jelmer Vernooij <[email protected]>",]
55
edition = "2021"
66
license = "GPL-3.0+"

xandikos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222

2323
import defusedxml.ElementTree # noqa: F401: This does some monkey-patching on-load
2424

25-
__version__ = (0, 2, 11)
25+
__version__ = (0, 2, 12)
2626
version_string = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)