瀏覽代碼

Preparing release 0.9.0

Casper van der Wel 1 年之前
父節點
當前提交
67dfe000c4
共有 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.9.0 (unreleased)
+0.9.0 (2023-11-22)
 ------------------
 
 - Manage.update now automatically retries if a Conflict is raised.

+ 1 - 1
clean_python/__init__.py

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