Skip to content

Commit c21d602

Browse files
committed
add .python-version to gitignore, bump version 0.2.0
1 parent 66aee40 commit c21d602

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.pyc
33
.*cache
44
.coverage
5+
.python-version
56
.idea/
67
.tox/
78
build/

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='django-qsessions',
19-
version='0.1.6',
19+
version='0.2.0',
2020
description='Extends Django\'s cached_db session backend',
2121
long_description=README,
2222
author='Mohammad Javad Naderi',
@@ -37,6 +37,8 @@
3737
'Environment :: Web Environment',
3838
'Framework :: Django',
3939
'Framework :: Django :: 1.11',
40+
'Framework :: Django :: 2.0',
41+
'Framework :: Django :: 2.1',
4042
'Intended Audience :: Developers',
4143
'License :: OSI Approved :: MIT License',
4244
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)