Skip to content

Commit

Permalink
Release version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
realsuayip committed Aug 9, 2024
1 parent e2f24a9 commit 197809b
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.6.1](2024.08.09)(compatible)
--Additions--
None

--Changes--
* Update pre-commit configuration
* Update Python dependencies. These updates contain
important security updates that affect some parts of
django-sozluk.

--Deletions--
None

[1.6](2024.05.30)(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.6.0</span>
<span>django-sozluk 1.6.1</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.6.0"
version = "1.6.1"
dependencies = [
"Django ~= 4.2",
"django-uuslug ~= 2.0",
Expand Down

0 comments on commit 197809b

Please sign in to comment.