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 957dcec commit 66d4bd9Copy full SHA for 66d4bd9
CHANGES.rst
@@ -2,10 +2,16 @@
2
fastrlock changelog
3
===================
4
5
+0.8.1 (2022-11-02)
6
+==================
7
+
8
+* Rebuilt with Cython 3.0.0a11 to add Python 3.11 support.
9
10
11
0.8 (2021-10-22)
12
================
13
-* Rebuild with Cython 3.0.0a9 to improve the performance in recent
14
+* Rebuilt with Cython 3.0.0a9 to improve the performance in recent
15
Python 3.x versions.
16
17
fastrlock/__init__.py
@@ -1,6 +1,6 @@
1
# this is a package
-__version__ = "0.8"
+__version__ = "0.8.1"
class LockNotAcquired(Exception):
0 commit comments