Sfoglia il codice sorgente

Back to development: 0.7.2

Casper van der Wel 1 anno fa
parent
commit
328c4068b7
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.7.2 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.7.1 (2023-11-01)
 ------------------
 

+ 1 - 1
clean_python/__init__.py

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