Administrivia woes

This commit is contained in:
rocky 2017-10-11 07:56:52 -04:00
parent 4563a547bc
commit 97999c5e67
4 changed files with 8 additions and 3 deletions

View File

@ -89,7 +89,7 @@ bdist_egg:
#: Create binary wheel distribution
bdist_wheel:
wheel:
$(PYTHON) ./setup.py bdist_wheel

4
NEWS
View File

@ -1,3 +1,7 @@
uncompyle6 2.13.1 2017-10-11
- Re-release because Python 2.4 source uploaded rather than 2.6-3.6
uncompyle6 2.13.0 2017-10-10
- Fixes in deparsing lambda expressions

View File

@ -24,6 +24,7 @@ setup(
py_modules = py_modules,
test_suite = 'nose.collector',
url = web,
tests_require = ['nose>=1.0'],
tests_require = ['nose>=1.0'],
version = VERSION,
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4',
zip_safe = zip_safe)

View File

@ -1,3 +1,3 @@
# This file is suitable for sourcing inside bash as
# well as importing into Python
VERSION='2.13.0'
VERSION='2.13.1'