From: Oleg Broytman Date: Fri, 1 Feb 2019 19:17:48 +0000 (+0300) Subject: Version 0.2.3 X-Git-Tag: 0.2.3^0 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=93a86b5026f5a7a10a7a5d11dde848449897238a Version 0.2.3 --- diff --git a/docs/news.rst b/docs/news.rst index 6cb2608..6196fee 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,9 +1,11 @@ News ==== -Version 0.2.3 (2017-06-??) +Version 0.2.3 (2019-02-01) -------------------------- +* Python 3.7. + * Use remove-old-files.py from ppu to cleanup pip cache at Travis and AppVeyor. diff --git a/sqlconvert/__version__.py b/sqlconvert/__version__.py index 020ed73..d93b5b2 100644 --- a/sqlconvert/__version__.py +++ b/sqlconvert/__version__.py @@ -1 +1 @@ -__version__ = '0.2.2' +__version__ = '0.2.3'