Skip to content

Commit

Permalink
add .python-version to gitignore, bump version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Dec 24, 2018
1 parent 66aee40 commit c21d602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.pyc
.*cache
.coverage
.python-version
.idea/
.tox/
build/
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='django-qsessions',
version='0.1.6',
version='0.2.0',
description='Extends Django\'s cached_db session backend',
long_description=README,
author='Mohammad Javad Naderi',
Expand All @@ -37,6 +37,8 @@
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit c21d602

Please sign in to comment.