next version

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-26 09:03:37 -04:00
parent 5bf7ed7797
commit a38dcd2973
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
Unreleased:
8.0.2:
- Fix issue with nested directories all containing Pipfiles.
- Fix issue with --py when run outside of a project.
8.0.1:
- Fix weird edge case with ramuel.ordereddict.
8.0.0:
+1 -1
View File
@@ -3,4 +3,4 @@
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = '8.0.1'
__version__ = '8.0.2'