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 1e4ebe7 commit b193efeCopy full SHA for b193efe
CHANGES.rst
@@ -2,6 +2,12 @@
2
fastrlock changelog
3
===================
4
5
+0.8.2 (2023-??-??)
6
+==================
7
+
8
+* Rebuilt with Cython 3.0.1 to add Python 3.12 support.
9
10
11
0.8.1 (2022-11-02)
12
==================
13
fastrlock/__init__.py
@@ -1,6 +1,6 @@
1
# this is a package
-__version__ = "0.8.1"
+__version__ = "0.8.2"
class LockNotAcquired(Exception):
0 commit comments