Skip to content

Commit 66d4bd9

Browse files
committed
Update GHA CI action versions.
1 parent 957dcec commit 66d4bd9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
fastrlock changelog
33
===================
44

5+
0.8.1 (2022-11-02)
6+
==================
7+
8+
* Rebuilt with Cython 3.0.0a11 to add Python 3.11 support.
9+
10+
511
0.8 (2021-10-22)
612
================
713

8-
* 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
915
Python 3.x versions.
1016

1117

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"
3+
__version__ = "0.8.1"
44

55

66
class LockNotAcquired(Exception):

0 commit comments

Comments
 (0)