]> git.phdru.name Git - ppu.git/commitdiff
Prepare for a beta release 0.2.0
authorOleg Broytman <phd@phdru.name>
Sun, 30 Apr 2017 17:28:02 +0000 (20:28 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 30 Apr 2017 17:31:11 +0000 (20:31 +0300)
docs/news.rst
requirements.txt
setup.py

index 7e9a9aad5f738c4a264d3634c7ba5db34b6a5269..d45ac2cefb83ff3e0766bb97ddd6e6303f7671c9 100644 (file)
@@ -1,9 +1,11 @@
 News
 ====
 
-Version 0.2.0 (2017-05-??)
+Version 0.2.0 (2017-04-30)
 --------------------------
 
+* Add cmp.py and rm.py.
+
 * Test at Travis and AppVeyor.
 
 * Use subprocess.call() instead of os.system().
index 7afd2486190b3118272791c1e5fc7fcf4a5899bf..2afdfaf42c188f8a70f35a275226972cd1eff1a8 100644 (file)
@@ -1,4 +1,2 @@
---trusted-host phdru.name
---find-links=http://phdru.name/Software/Python/
 --install-option=-O2
 
index b28471793ff3eb85068a0e910521d56d941e1ace..6f67d78e39daad4889ae69024bbaf81b9de6a4b7 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(name='ppu',
       platforms=['any'],
       keywords=[''],
       classifiers=[
-          'Development Status :: 3 - Alpha',
+          'Development Status :: 4 - Beta',
           'Environment :: Console',
           'Environment :: Web Environment',
           'Intended Audience :: End Users/Desktop',