Explorar o código

Preparing release 0.3.3

Ben van Basten %!s(int64=2) %!d(string=hai) anos
pai
achega
636aece7b2
Modificáronse 2 ficheiros con 2 adicións e 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.3.3 (unreleased)
+## 0.3.3 (2023-08-28)
 ------------------
 
 - fixed typo in SQL query for creating extensions.

+ 1 - 1
clean_python/__init__.py

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