Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chschuermann committed Sep 4, 2024
1 parent fe89f3e commit 5cefa56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ 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
v1.2.0, 2024/09/03 -- Use key as primary key field
v2.0.0, 2024/09/04 -- BREAKING: Removed tags field to fix primary key issues with taggit
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.2.0',
version='2.0.0',
packages=['translator'],
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit 5cefa56

Please sign in to comment.