Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chschuermann committed Sep 3, 2024
1 parent e76cbc2 commit 6e5cc99
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 @@ -15,3 +15,4 @@ 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
v1.2.0, 2024/09/03 -- Use key as primary key field
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.1',
version='1.2.0',
packages=['translator'],
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit 6e5cc99

Please sign in to comment.