Browse Source

Preparing release 0.2.1

Casper van der Wel 1 năm trước cách đây
mục cha
commit
64609cf834
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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.2.1 (unreleased)
+0.2.1 (2023-08-03)
 ------------------
 
 - Add HTTP Bearer to OpenAPI security schema.

+ 1 - 1
clean_python/__init__.py

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