Skip to content

Commit f1244d2

Browse files
author
Carl Sverre
committed
updating changelog
1 parent 9779a2b commit f1244d2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
2018-12-18 Version 2.19.0
210

311
* Remove explicit pinning of six dependency

memsql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
""" MemSQL-python
22
"""
33

4-
__version__ = "2.19.0"
4+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)