Browse Source

Preparing release 0.6.7

Casper van der Wel 1 year ago
parent
commit
820d96ad8a
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.7 (unreleased)
+0.6.7 (2023-10-09)
 ------------------
 
 - Adapt call signature of the `fetch_token` callable in `ApiProvicer`.

+ 1 - 1
clean_python/__init__.py

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