Explorar o código

Preparing release 0.4.1

Ben van Basten %!s(int64=2) %!d(string=hai) anos
pai
achega
a7e1a67050
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.4.1 (unreleased)
+## 0.4.1 (2023-08-31)
 ------------------
 
 - Added optional bind parameters for `execute` in `SQLProvider`,

+ 1 - 1
clean_python/__init__.py

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