Skip to content

Commit

Permalink
Prepare release of 0.8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 17, 2024
1 parent f89f0f0 commit 841e3de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
fastrlock changelog
===================

0.8.3 (2024-12-17)
==================

* Rebuilt with Cython 3.0.11 to add Python 3.13 support.


0.8.2 (2023-08-27)
==================

Expand Down
2 changes: 1 addition & 1 deletion fastrlock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this is a package

__version__ = "0.8.2"
__version__ = "0.8.3"


class LockNotAcquired(Exception):
Expand Down

0 comments on commit 841e3de

Please sign in to comment.