From: Oleg Broytman Date: Fri, 1 Feb 2019 19:22:56 +0000 (+0300) Subject: Version 0.7.0: Python 3.7 X-Git-Tag: 0.7.0^0 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=6d4d494c69f376d64f21c7b8032388fc90ed9caa Version 0.7.0: Python 3.7 --- diff --git a/docs/news.rst b/docs/news.rst index 99586c7..35a5d58 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,9 +1,11 @@ News ==== -Version 0.7.0 (2018-??-??) +Version 0.7.0 (2019-02-01) -------------------------- +* Python 3.7. + * Drop support for Python 3.3. Version 0.6.1 (2017-12-15) diff --git a/ppu/__version__.py b/ppu/__version__.py index 8411e55..a71c5c7 100644 --- a/ppu/__version__.py +++ b/ppu/__version__.py @@ -1 +1 @@ -__version__ = '0.6.1' +__version__ = '0.7.0'