We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7915d2 commit 7866387Copy full SHA for 7866387
ChangeLog
@@ -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
6
2025-07-10 1.7.2
7
* CI-only fix
8
lmdb/__init__.py
@@ -50,4 +50,4 @@ def _reading_docs():
50
from lmdb.cffi import __all__
51
from lmdb.cffi import __doc__
52
53
-__version__ = '1.7.2'
+__version__ = '1.7.3'
0 commit comments