Browse Source

Preparing release 0.6.5

Casper van der Wel 2 years ago
parent
commit
cf1cd68920
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
 # Changelog of clean-python
 
 
 
 
-0.6.5 (unreleased)
+0.6.5 (2023-10-04)
 ------------------
 ------------------
 
 
 - Added async `ApiProvider` and `ApiGateway`.
 - Added async `ApiProvider` and `ApiGateway`.

+ 1 - 1
clean_python/__init__.py

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