Casper van der Wel 2 лет назад
Родитель
Сommit
6868ee4e53
2 измененных файлов с 2 добавлено и 2 удалено
  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.3 (unreleased)
+0.3.0 (2023-08-16)
 ------------------
 
 - Add `scope` kwarg to http_method decorators (get, post, etc.)

+ 1 - 1
clean_python/__init__.py

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