Explorar o código

Preparing release 0.4.0

Casper van der Wel %!s(int64=2) %!d(string=hai) anos
pai
achega
6ae9e0094a
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 2 2
      CHANGES.md
  2. 1 1
      clean_python/__init__.py

+ 2 - 2
CHANGES.md

@@ -1,8 +1,8 @@
 # Changelog of clean-python
 
 
-## 0.3.5 (unreleased)
----------------------
+0.4.0 (2023-08-29)
+------------------
 
 - Don't use environment variables in setup_debugger.
 

+ 1 - 1
clean_python/__init__.py

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