Browse Source

Preparing release 0.9.5

Casper van der Wel 11 tháng trước cách đây
mục cha
commit
a0c0cb76b0
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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.5 (unreleased)
+0.9.5 (2023-12-18)
 ------------------
 
 - SyncApiProvider: also retry when the Retry-After response header is missing.

+ 1 - 1
clean_python/__init__.py

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