Browse Source

Preparing release 0.7.0

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

+ 1 - 1
CHANGES.md

@@ -1,7 +1,7 @@
 # Changelog of clean-python
 
 
-0.6.10 (unreleased)
+## 0.7.0 (2023-11-01)
 -------------------
 
 - Add correlation_id to logging and accept X-Correlation-Id header in

+ 1 - 1
clean_python/__init__.py

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