Skip to content

Commit b193efe

Browse files
committed
Prepare release of 0.8.2.
1 parent 1e4ebe7 commit b193efe

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.2 (2023-??-??)
6+
==================
7+
8+
* Rebuilt with Cython 3.0.1 to add Python 3.12 support.
9+
10+
511
0.8.1 (2022-11-02)
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.1"
3+
__version__ = "0.8.2"
44

55

66
class LockNotAcquired(Exception):

0 commit comments

Comments
 (0)