From: Oleg Broytman Date: Sun, 19 Mar 2017 16:42:36 +0000 (+0300) Subject: Version 0.1.0: Split extended INSERTs (mysql2sql) X-Git-Tag: 0.1.0^0 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=731f83a3de2610feeadd92364744e3bbe85e9359 Version 0.1.0: Split extended INSERTs (mysql2sql) --- 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'