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 7d76b25 commit e951e1eCopy full SHA for e951e1e
pynuodb/__init__.py
@@ -6,7 +6,7 @@
6
See the LICENSE file provided with this software.
7
"""
8
9
-__version__ = '2.6.0'
+__version__ = '2.6.1'
10
11
from .connection import *
12
from .datatype import *
setup.py
@@ -52,7 +52,7 @@
52
'Programming Language :: Python :: 2',
53
'Programming Language :: Python :: 2.7',
54
'Programming Language :: Python :: 3',
55
- 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.6',
56
'Programming Language :: SQL',
57
'Topic :: Database :: Front-Ends',
58
],
0 commit comments