Skip to content

Commit 841e3de

Browse files
committed
Prepare release of 0.8.3.
1 parent f89f0f0 commit 841e3de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
fastrlock changelog
33
===================
44

5+
0.8.3 (2024-12-17)
6+
==================
7+
8+
* Rebuilt with Cython 3.0.11 to add Python 3.13 support.
9+
10+
511
0.8.2 (2023-08-27)
612
==================
713

fastrlock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# this is a package
22

3-
__version__ = "0.8.2"
3+
__version__ = "0.8.3"
44

55

66
class LockNotAcquired(Exception):

0 commit comments

Comments
 (0)