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 9779a2b commit f1244d2Copy full SHA for f1244d2
CHANGES.txt
@@ -1,3 +1,11 @@
1
+2019-07-24 Version 3.0.0
2
+
3
+ * Remove Python 2 support
4
+ * Updating mysqlclient dependency
5
+ * Remove SQL Lock
6
+ * Remove SQL Utility
7
+ * Remove SQL Step Queue
8
9
2018-12-18 Version 2.19.0
10
11
* Remove explicit pinning of six dependency
memsql/__init__.py
@@ -1,4 +1,4 @@
""" MemSQL-python
"""
-__version__ = "2.19.0"
+__version__ = "3.0.0"
0 commit comments