Skip to content

Commit

Permalink
Preparing release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Nov 1, 2023
1 parent cba405a commit 2e59a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog of clean-python


## 0.7.1 (unreleased)
---------------------
0.7.1 (2023-11-01)
------------------

- Automatically dump and restore correlation_id in dramatiq actors.

Expand Down
2 changes: 1 addition & 1 deletion clean_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .base import * # NOQA

# fmt: off
__version__ = '0.7.1.dev0'
__version__ = '0.7.1'
# fmt: on

0 comments on commit 2e59a86

Please sign in to comment.