Ver Fonte

Preparing release 0.9.2

Casper van der Wel há 1 ano atrás
pai
commit
b2f10ef26a
2 ficheiros alterados com 2 adições e 2 exclusões
  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.2 (unreleased)
+0.9.2 (2023-11-23)
 ------------------
 
 - Revert changes done in 0.9.1 in CCTokenGateway.

+ 1 - 1
clean_python/__init__.py

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