X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=docs%2Fnews.rst;h=6cb260802dca6c909eae1430bde12dc3ac49f8f5;hp=5f06370373a4c9d1f39ef96060eca2fbabd890be;hb=adda05105f4c40015d4a9480a5bd562e80986e57;hpb=6a7fc02ce62d01ca66f3bc2207941a4cc7fc8d6b diff --git a/docs/news.rst b/docs/news.rst index 5f06370..6cb2608 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,12 +1,36 @@ News ==== -Version 0.2.0 (2017-05-??) +Version 0.2.3 (2017-06-??) +-------------------------- + +* Use remove-old-files.py from ppu to cleanup pip cache + at Travis and AppVeyor. + +* Install psycopg2 from `psycopg2-binary`_ package. + +.. _`psycopg2-binary`: https://pypi.org/project/psycopg2-binary/ + +Version 0.2.2 (2017-06-10) +-------------------------- + +* Use tox instead of tests/Makefile. + +* Test at Travis and AppVeyor with Postgres. + +Version 0.2.1 (2017-05-01) +-------------------------- + +* Convert README to reST. + +Version 0.2.0 (2017-04-30) -------------------------- * Python 3.5, 3.6. -* Test at Travis. +* Test at Travis and AppVeyor. + +* Use Portable Python Utilities. Version 0.1.2 (2017-04-27) --------------------------