From 40afab7d9d5eb8c9f8a4e69ccaa816d2327ec443 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 13 Dec 2017 16:05:40 +0300 Subject: [PATCH] Release 0.6 --- docs/news.rst | 2 +- ppu/__version__.py | 2 +- setup.py | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 516d88e..c5e9b0b 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ News ==== -Version 0.6.0 (2017-12-??) +Version 0.6.0 (2017-12-13) -------------------------- * rm.py ask interactively to remove read-only files or directories. diff --git a/ppu/__version__.py b/ppu/__version__.py index 2b8877c..ef7eb44 100644 --- a/ppu/__version__.py +++ b/ppu/__version__.py @@ -1 +1 @@ -__version__ = '0.5.0' +__version__ = '0.6.0' diff --git a/setup.py b/setup.py index 2797d97..de4095a 100755 --- a/setup.py +++ b/setup.py @@ -28,9 +28,8 @@ setup(name='ppu', license='GPL', platforms='Any', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', - 'Environment :: Web Environment', 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: OS Independent', -- 2.39.2