Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Bump version to 3.1.1, and bring version history up to date.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Feb 16, 2016
1 parent 55a0cf7 commit fee4466
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,12 @@ If you're using pip 1.5, pass the ``--no-use-wheel`` argument.
Version History
===============

Unreleased:
3.1.1
* The "peep had a problem" traceback is no longer output for several cases
of pip installation errors that were not peep's fault. (For instance the
specified package version or requirements file not existing.)
of pip installation errors that were not peep's fault: for instance, the
specified package version or requirements file not existing.
* ``peep port`` now emits URLs for URL-based requirements, if you're using
pip 6.1.0 or greater. (jotes)

3.1
* Print the name each new requirements file we encounter during ``peep
Expand Down
2 changes: 1 addition & 1 deletion peep.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def iter(self, ret, *args, **kwargs):

DownloadProgressBar = DownloadProgressSpinner = NullProgressBar

__version__ = 3, 1, 0
__version__ = 3, 1, 1

try:
from pip.index import FormatControl # noqa
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='peep',
version='3.1',
version='3.1.1',
description='A "pip install" that is cryptographically guaranteed repeatable',
long_description=open('README.rst').read(),
author='Erik Rose',
Expand Down

0 comments on commit fee4466

Please sign in to comment.