Casper van der Wel пре 1 година
родитељ
комит
f3db919eac
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.6.8 (unreleased)
+0.6.8 (2023-10-10)
 ------------------
 
 - Add `trailing_slash` option to `ApiProvider`.

+ 1 - 1
clean_python/__init__.py

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