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 53038de commit db0caa0Copy full SHA for db0caa0
CHANGES.rst
@@ -2,12 +2,14 @@
2
fastrlock changelog
3
===================
4
5
-Upcoming release
+0.7 (2021-10-21)
6
================
7
8
* Adapted for unsigned thread IDs, as used by Py3.7+.
9
(original patch by Guilherme Dantas)
10
11
+* Build with Cython 0.29.24 to support Py3.10 and later.
12
+
13
14
0.6 (2021-03-21)
15
fastrlock/__init__.py
@@ -1,6 +1,6 @@
1
# this is a package
-__version__ = "0.6"
+__version__ = "0.7"
class LockNotAcquired(Exception):
0 commit comments