Ben van Basten 1 жил өмнө
parent
commit
1167139ca5

+ 1 - 1
CHANGES.md

@@ -1,7 +1,7 @@
 # Changelog of clean-python
 
 
-0.8.3 (unreleased)
+## 0.8.3 (2023-11-09)
 ------------------
 
 - Adapted RequestQuery.filters() to deal with list query parameters.

+ 1 - 1
clean_python/__init__.py

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