Skip to content

Commit

Permalink
Merge pull request #83 from safiyat/release-0.80.0
Browse files Browse the repository at this point in the history
Create release for v0.8.0.
  • Loading branch information
Safiyat Reza authored Nov 19, 2018
2 parents 7d0d09f + 8652d66 commit 92937eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ nosetests.xml
.ropeproject
*_flymake.py

# virtualenv
.venv
venv/
ENV/

# Emacs stuff
*~
\#*#
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion libpip2pi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (0, 8, 0, "rc1")
__version__ = (0, 8, 0)
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
author_email="[email protected]",
description="pip2pi builds a PyPI-compatible package repository from pip requirements",
long_description=long_description,
maintainer="Md Safiyat Reza",
maintainer_email="[email protected]",
packages=find_packages(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 92937eb

Please sign in to comment.