Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chschuermann committed Jul 3, 2023
1 parent e65450c commit 1116046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ v1.0.13, 2020/02/04 -- added support for Django 2.2
v1.0.14, 2020/02/04 -- added feature to use django-translator for custom models
v1.0.15, 2021/11/11 -- added support for Django 3.1
v1.1.0, 2022/07/28 -- Support custom cache duration. Add support for Django >= 4. Drop support for Django < 3.2
v1.1.1, 2023/07/07 -- Let developers enable or disable django-translator per unit test
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='django-translator',
version='1.1.0',
version='1.1.1',
packages=['translator'],
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit 1116046

Please sign in to comment.