ソースを参照

Preparing release 0.6.5

Casper van der Wel 2 年 前
コミット
cf1cd68920
2 ファイル変更2 行追加2 行削除
  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.5 (unreleased)
+0.6.5 (2023-10-04)
 ------------------
 
 - Added async `ApiProvider` and `ApiGateway`.

+ 1 - 1
clean_python/__init__.py

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