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 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=0a83f20e6d6d3b39b1af8a57114faa48fa9707bf;hp=f96d733318b696374aeca23290a36ff42b95a647;p=ppu.git 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'