Sfoglia il codice sorgente

Back to development: 0.6.5

Casper van der Wel 2 anni fa
parent
commit
944e5e23b7
2 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 6 0
      CHANGES.md
  2. 1 1
      clean_python/__init__.py

+ 6 - 0
CHANGES.md

@@ -1,6 +1,12 @@
 # Changelog of clean-python
 
 
+0.6.5 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.6.4 (2023-10-03)
 ------------------
 

+ 1 - 1
clean_python/__init__.py

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