Explorar el Código

Preparing release 0.9.3

Casper van der Wel hace 1 año
padre
commit
321ee2264f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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.3 (unreleased)
+0.9.3 (2023-12-04)
 ------------------
 
 - Sanitize error responses.

+ 1 - 1
clean_python/__init__.py

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