Browse Source

Preparing release 0.7.1

Casper van der Wel 1 year ago
parent
commit
2e59a86db5
2 changed files with 3 additions and 3 deletions
  1. 2 2
      CHANGES.md
  2. 1 1
      clean_python/__init__.py

+ 2 - 2
CHANGES.md

@@ -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.
 

+ 1 - 1
clean_python/__init__.py

@@ -3,5 +3,5 @@
 from .base import *  # NOQA
 
 # fmt: off
-__version__ = '0.7.1.dev0'
+__version__ = '0.7.1'
 # fmt: on