Skip to content

Commit

Permalink
Merge pull request #80 from safiyat/bump_to_0.8.0-rc1
Browse files Browse the repository at this point in the history
Create RC1 for v0.8.0.
  • Loading branch information
Safiyat Reza committed Nov 11, 2018
2 parents c4eb0ff + 42a7b93 commit 7d0d09f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.8.0 (TBD)
* Fixed issues when working with pip>=10.0.0.
* Removed the use of `--download` with `pip install`. Removes deprication warning.
* Added specific handling for various pip versions.

0.7.0 (2017-03-19)
* Correctly normalize package names according to PEP-503 (thanks to
@aiman-alsari, @jstelzer, and many others).
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, 7, 0)
__version__ = (0, 8, 0, "rc1")

0 comments on commit 7d0d09f

Please sign in to comment.