Sfoglia il codice sorgente

Preparing release 0.2.0

Casper van der Wel 1 anno fa
parent
commit
f755063a02
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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.2.0 (unreleased)
---------------------
+0.2.0 (2023-08-03)
+------------------
 
 - Pydantic 2.x support. Drops Pydantic 1.x support, use 0.1.x for Pydantic 1.x.
   See https://docs.pydantic.dev/latest/migration/

+ 1 - 1
clean_python/__init__.py

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