From: Oleg Broytman Date: Sun, 25 Sep 2016 15:36:36 +0000 (+0300) Subject: Version 0.0.6: string (un)escaping, tests with Pg/SQLite X-Git-Tag: 0.0.6^0 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=0059d2960c3cc4962da799da4da00fb5110df68b Version 0.0.6: string (un)escaping, tests with Pg/SQLite --- diff --git a/ChangeLog b/ChangeLog index 5193324..76d89b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 0.0.6 (2016-09-??) +Version 0.0.6 (2016-09-25) Condense a sequence of newlines after a /*! directive */; diff --git a/sqlconvert/__version__.py b/sqlconvert/__version__.py index eead319..fa9c4ec 100644 --- a/sqlconvert/__version__.py +++ b/sqlconvert/__version__.py @@ -1 +1 @@ -__version__ = '0.0.5' +__version__ = '0.0.6'