From: Oleg Broytman Date: Sun, 30 Apr 2017 17:28:02 +0000 (+0300) Subject: Prepare for a beta release X-Git-Tag: 0.2.0^0 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=cbdafec323f009be0598026358d20f5505085391 Prepare for a beta release --- diff --git a/docs/news.rst b/docs/news.rst index 7e9a9aa..d45ac2c 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -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(). diff --git a/requirements.txt b/requirements.txt index 7afd248..2afdfaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,2 @@ ---trusted-host phdru.name ---find-links=http://phdru.name/Software/Python/ --install-option=-O2 diff --git a/setup.py b/setup.py index b284717..6f67d78 100755 --- 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',