Skip to content

Commit 6670cf8

Browse files
authored
Merge pull request #39 from zillow/version-0-5-2-release
release 0.5.2
2 parents 9493387 + c01df16 commit 6670cf8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

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+
37
## 0.5.1 (2023-08-08)
48

59
- Update python version to 3.9+

battenberg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.5.1'
1+
__version__ = '0.5.2'
22

33

44
from battenberg.core import Battenberg

0 commit comments

Comments
 (0)