From 6d4d494c69f376d64f21c7b8032388fc90ed9caa Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 1 Feb 2019 22:22:56 +0300 Subject: [PATCH] Version 0.7.0: Python 3.7 --- docs/news.rst | 4 +++- ppu/__version__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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' -- 2.39.2