We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9493387 + c01df16 commit 6670cf8Copy full SHA for 6670cf8
HISTORY.md
@@ -1,5 +1,9 @@
1
# Release History
2
3
+## 0.5.2 (2024-11-12)
4
+
5
+- Update to pygit2 usage to enable usage of newer versions of the package while also maintaining backwards compatibility.
6
7
## 0.5.1 (2023-08-08)
8
9
- Update python version to 3.9+
battenberg/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.5.1'
+__version__ = '0.5.2'
from battenberg.core import Battenberg
0 commit comments