Skip to content

Commit 197809b

Browse files
committed
Release version 1.6.1
1 parent e2f24a9 commit 197809b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
[1.6.1](2024.08.09)(compatible)
2+
--Additions--
3+
None
4+
5+
--Changes--
6+
* Update pre-commit configuration
7+
* Update Python dependencies. These updates contain
8+
important security updates that affect some parts of
9+
django-sozluk.
10+
11+
--Deletions--
12+
None
13+
114
[1.6](2024.05.30)(compatible)
215
--Additions--
316
None

dictionary/templates/dictionary/includes/devinfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="mt-3">
33
<code>
44
<a rel="noopener" target="_blank" href="https://github.com/realsuayip/django-sozluk">
5-
<span>django-sozluk 1.6.0</span>
5+
<span>django-sozluk 1.6.1</span>
66
</a>
77
<small class="d-block">Python version: 3.11</small>
88
</code>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "django-sozluk"
7-
version = "1.6.0"
7+
version = "1.6.1"
88
dependencies = [
99
"Django ~= 4.2",
1010
"django-uuslug ~= 2.0",

0 commit comments

Comments
 (0)