We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7e24d commit b9aeaf7Copy full SHA for b9aeaf7
CHANGES.rst
@@ -1,3 +1,8 @@
1
+0.1.3
2
+-----
3
+
4
+* Updated to work with python3
5
6
7
0.1.2
8
-----
setup.py
@@ -85,8 +85,7 @@
85
'Natural Language :: English',
86
'Operating System :: OS Independent',
87
'Programming Language :: Python',
88
- 'Programming Language :: Python :: 2.6',
89
- 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3',
90
'Topic :: Software Development :: Libraries :: Python Modules',
91
],
92
sqlalchemy_pervasive/_version.py
@@ -1 +1 @@
-__version__ = '0.1.2'
+__version__ = '0.1.3'
0 commit comments