Skip to content

Commit

Permalink
Fixes installation for older python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhar committed Jan 14, 2020
1 parent e27febc commit b533c29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.3.2

- Fixes installation for older python versions

## 1.3.2

- Fixes migrations for Django >=2.1

## 1.3.1
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup, Command

VERSION = '1.3.2'
VERSION = '1.3.3'

here = os.path.abspath(os.path.dirname(__file__))
with io.open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
Expand Down Expand Up @@ -64,7 +64,6 @@ def run(self):
url='https://github.com/anexia-it/django-rest-multitokenauth',
author='Harald Nezbeda',
author_email='[email protected]',
python_requires='>=3.4.0',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit b533c29

Please sign in to comment.