diff --git a/CHANGELOG b/CHANGELOG index d6872762..535dcc86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +[1.5](2023.10.07)(compatible) +--Additions-- +None + +--Changes-- + * Improved random records algorithm for index page. + * Update Python dependencies + * Fix minor template rendering issues + * Update pre-commit configuration & fix related errors + +--Deletions-- +None + [1.4](2023.08.19)(compatible) --Additions-- None diff --git a/dictionary/templates/dictionary/includes/devinfo.html b/dictionary/templates/dictionary/includes/devinfo.html index 250c333d..2c84f453 100644 --- a/dictionary/templates/dictionary/includes/devinfo.html +++ b/dictionary/templates/dictionary/includes/devinfo.html @@ -2,7 +2,7 @@
- django-sozluk 1.4.0
+ django-sozluk 1.5.0
Python version: 3.11
diff --git a/pyproject.toml b/pyproject.toml
index b4370119..e065d34c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "django-sozluk"
-version = "1.4.0"
+version = "1.5.0"
dependencies = [
"Django ~= 4.2",
"django-uuslug ~= 2.0",