Skip to content

Commit

Permalink
Release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
realsuayip committed Oct 7, 2023
1 parent 5d324e6 commit 62b79b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dictionary/templates/dictionary/includes/devinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="mt-3">
<code>
<a rel="noopener" target="_blank" href="https://github.com/realsuayip/django-sozluk">
<span>django-sozluk 1.4.0</span>
<span>django-sozluk 1.5.0</span>
</a>
<small class="d-block">Python version: 3.11</small>
</code>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 62b79b1

Please sign in to comment.