Sfoglia il codice sorgente

Preparing release 0.1.2

Casper van der Wel 1 anno fa
parent
commit
43f80a2e2b
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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.1.2 (unreleased)
+0.1.2 (2023-07-31)
 ------------------
 
 - Added py.typed marker.

+ 1 - 1
clean_python/__init__.py

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