Skip to content

Commit

Permalink
Release 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
chschuermann committed Nov 11, 2021
1 parent e6c9ceb commit ff7c57d
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 @@ -10,5 +10,6 @@ v1.0.8, 2015/09/09 -- uses six string types for lazy translator proxy object ins
v1.0.9, 2015/09/09 -- uses six text types
v1.0.9, 2015/09/09 -- added setting to disable translator (DJANGO_TRANSLATOR_ENABLED)
v1.0.12, 2020/01/24 -- added feature filter keys in admin
v1.0.13, 2020/02/04 -- add support for Django 2.2
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
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.0.14',
version='1.0.15',
packages=['translator'],
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit ff7c57d

Please sign in to comment.