Skip to content

Commit

Permalink
Release 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chschuermann committed Jan 24, 2020
1 parent 69d85a8 commit 03f4bf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ v1.0.7, 2015/09/08 -- Fixes errors when empty keys are used.
v1.0.8, 2015/09/09 -- uses six string types for lazy translator proxy object instead of str
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
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os

from setuptools import setup

README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
Expand All @@ -10,7 +11,7 @@

setup(
name='django-translator',
version='1.0.11',
version='1.0.12',
packages=['translator'],
include_package_data=True,
license='MIT License',
Expand All @@ -23,7 +24,7 @@
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License', # example license
'License :: OSI Approved :: MIT License', # example license
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 03f4bf9

Please sign in to comment.