From 731f83a3de2610feeadd92364744e3bbe85e9359 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 19 Mar 2017 19:42:36 +0300 Subject: [PATCH] Version 0.1.0: Split extended INSERTs (mysql2sql) --- ChangeLog | 6 ++++++ setup.py | 2 +- sqlconvert/__version__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c4765e6..66aaed1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 0.1.0 (2017-03-19) + + Split extended INSERTs (mysql2sql script). + + Extend tests. + Version 0.0.8 (2017-03-18) Split extended INSERTs (library and tests, scripts will be extended later). diff --git a/setup.py b/setup.py index e64378c..a8b3134 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup(name='sqlconvert', platforms=['any'], keywords=[''], classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 3 - Alpha', 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License (GPL)', diff --git a/sqlconvert/__version__.py b/sqlconvert/__version__.py index 9123cf0..b794fd4 100644 --- a/sqlconvert/__version__.py +++ b/sqlconvert/__version__.py @@ -1 +1 @@ -__version__ = '0.0.8' +__version__ = '0.1.0' -- 2.39.2