From 8652d66ad0245514830fba3e032f952c8788b39a Mon Sep 17 00:00:00 2001 From: Md Safiyat Reza Date: Mon, 19 Nov 2018 17:07:00 +0530 Subject: [PATCH] Create release for v0.8.0. --- .gitignore | 5 +++++ CHANGELOG.txt | 4 ++-- libpip2pi/__init__.py | 2 +- setup.py | 2 ++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bf8a61f..6c00d4a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,11 @@ nosetests.xml .ropeproject *_flymake.py +# virtualenv +.venv +venv/ +ENV/ + # Emacs stuff *~ \#*# diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b75d9d2..c185d34 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ -0.8.0 (TBD) +0.8.0 (2018-11-19) * Fixed issues when working with pip>=10.0.0. - * Removed the use of `--download` with `pip install`. Removes deprication warning. + * Removed the use of `--download` with `pip install`. Removes deprecation warning. * Added specific handling for various pip versions. 0.7.0 (2017-03-19) diff --git a/libpip2pi/__init__.py b/libpip2pi/__init__.py index 4444523..46b9817 100644 --- a/libpip2pi/__init__.py +++ b/libpip2pi/__init__.py @@ -1 +1 @@ -__version__ = (0, 8, 0, "rc1") +__version__ = (0, 8, 0) diff --git a/setup.py b/setup.py index 08103b7..8929b3d 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,8 @@ author_email="david@wolever.net", description="pip2pi builds a PyPI-compatible package repository from pip requirements", long_description=long_description, + maintainer="Md Safiyat Reza", + maintainer_email="safiyat@voereir.com", packages=find_packages(), entry_points={ 'console_scripts': [