瀏覽代碼

Preparing release 0.7.1

Casper van der Wel 1 年之前
父節點
當前提交
2e59a86db5
共有 2 個文件被更改,包括 3 次插入3 次删除
  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