Skip to content

Commit db0caa0

Browse files
committed
Prepare release of 0.7.
1 parent 53038de commit db0caa0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
fastrlock changelog
33
===================
44

5-
Upcoming release
5+
0.7 (2021-10-21)
66
================
77

88
* Adapted for unsigned thread IDs, as used by Py3.7+.
99
(original patch by Guilherme Dantas)
1010

11+
* Build with Cython 0.29.24 to support Py3.10 and later.
12+
1113

1214
0.6 (2021-03-21)
1315
================

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.6"
3+
__version__ = "0.7"
44

55

66
class LockNotAcquired(Exception):

0 commit comments

Comments
 (0)