next version

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-14 12:20:32 -04:00
parent de65d1d79a
commit 6779fb2596
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
7.0.2:
- Tell pip we're using the requied Python version, with trickery, for dependency resolution.
- Dev dependencies are now read from a lockfile before default dependencies, so
any mismatches will prefer default to develop.
- Add support for extras_require in Pipfile for vcs urls.
- Warn if 'which' is not found on the system.
- Tell pip we're using the requied Python version, with trickery, for dependency resolution.
- Warn if Pew or Virtualenv isn't in the PATH.
- More consistent stderr output.
7.0.1:
+1 -1
View File
@@ -3,4 +3,4 @@
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = '7.0.1'
__version__ = '7.0.2'