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 f89f0f0 commit 841e3deCopy full SHA for 841e3de
CHANGES.rst
@@ -2,6 +2,12 @@
2
fastrlock changelog
3
===================
4
5
+0.8.3 (2024-12-17)
6
+==================
7
+
8
+* Rebuilt with Cython 3.0.11 to add Python 3.13 support.
9
10
11
0.8.2 (2023-08-27)
12
==================
13
fastrlock/__init__.py
@@ -1,6 +1,6 @@
1
# this is a package
-__version__ = "0.8.2"
+__version__ = "0.8.3"
class LockNotAcquired(Exception):
0 commit comments