]> git.phdru.name Git - ppu.git/commitdiff
Release 0.6 0.6.0
authorOleg Broytman <phd@phdru.name>
Wed, 13 Dec 2017 13:05:40 +0000 (16:05 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 13 Dec 2017 13:05:40 +0000 (16:05 +0300)
docs/news.rst
ppu/__version__.py
setup.py

index 516d88e9365cde14abc7060dff536ea82702156b..c5e9b0b83ca1da0688c20c30f8cc37bad49ee24b 100644 (file)
@@ -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.
index 2b8877c505752cd3aaa805b09b88791d3ca0c9bb..ef7eb44d9ac437a9b7fff8294e69b5dfe9c65d2f 100644 (file)
@@ -1 +1 @@
-__version__ = '0.5.0'
+__version__ = '0.6.0'
index 2797d972e7092d1e19dd8f61ca4649f45b3044b4..de4095a971b3cd4e2c599f22cd77a083669b34c9 100755 (executable)
--- 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',