Skip to content

Commit 7d0d09f

Browse files
author
Safiyat Reza
authored
Merge pull request #80 from safiyat/bump_to_0.8.0-rc1
Create RC1 for v0.8.0.
2 parents c4eb0ff + 42a7b93 commit 7d0d09f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.8.0 (TBD)
2+
* Fixed issues when working with pip>=10.0.0.
3+
* Removed the use of `--download` with `pip install`. Removes deprication warning.
4+
* Added specific handling for various pip versions.
5+
16
0.7.0 (2017-03-19)
27
* Correctly normalize package names according to PEP-503 (thanks to
38
@aiman-alsari, @jstelzer, and many others).

libpip2pi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (0, 7, 0)
1+
__version__ = (0, 8, 0, "rc1")

0 commit comments

Comments
 (0)