From 62b79b134355300ff768380d0e1a285f22eb47e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Fuayip=20=C3=BCz=C3=BClmez?= Date: Sat, 7 Oct 2023 14:25:48 +0300 Subject: [PATCH] Release version 1.5.0 --- CHANGELOG | 13 +++++++++++++ .../templates/dictionary/includes/devinfo.html | 2 +- pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) 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",