Skip to content

Commit

Permalink
Release version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
realsuayip committed May 30, 2024
1 parent ace2316 commit 0209c88
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
[1.6](2024.05.30)(compatible)
--Additions--
None

--Changes--
* Update year-related stuff
* Update pre-commit configuration
* Update Python dependencies
* Trigger slug change if author username gets changed
* Add unique constraint for lowercase email. Make sure your
emails are unique before migrating.

--Deletions--
None

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

0 comments on commit 0209c88

Please sign in to comment.