Skip to content

Commit

Permalink
Update Changelog and set version
Browse files Browse the repository at this point in the history
  • Loading branch information
melbic committed Jul 28, 2022
1 parent e6f6426 commit 2e88041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ v1.0.12, 2020/01/24 -- added feature filter keys in admin
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
v1.1.0, 2022/07/28 -- Support custom cache duration. Add support for Django >= 4. Drop support for Django < 3.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

setup(
name='django-translator',
version='1.0.15',
version='1.1.0',
packages=['translator'],
include_package_data=True,
license='MIT License',
description='Translator is an app for collecting translations for specified keys in django admin.',
long_description=README,
url='http://www.dreipol.ch/',
url='https://www.dreipol.ch/',
author='dreipol GmbH',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit 2e88041

Please sign in to comment.