Skip to content

Commit 7866387

Browse files
committed
Bump version to 1.7.3 for release
1 parent a7915d2 commit 7866387

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-07-15 1.7.3
2+
* Fix CFFI build on some platforms by ensuring paths are absolute.
3+
4+
* Correct CI badge URL in README.
5+
16
2025-07-10 1.7.2
27
* CI-only fix
38

lmdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ def _reading_docs():
5050
from lmdb.cffi import __all__
5151
from lmdb.cffi import __doc__
5252

53-
__version__ = '1.7.2'
53+
__version__ = '1.7.3'

0 commit comments

Comments
 (0)