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

Commit

Permalink
Update readme and bump version to 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Jan 25, 2016
1 parent 4f192a3 commit 790218e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@ If you're using pip 1.5, pass the ``--no-use-wheel`` argument.
Version History
===============

3.1
* Print the name each new requirements file we encounter during ``peep
port``. This helps untangle the mess if your files use includes. (pmac)
* Always put hashes on their own lines, even if there's only one. (pmac)

3.0
* Add support for pip 8.x.
* Drop support for the ``--allow-external``, ``--allow-unverified`` and
Expand Down
2 changes: 1 addition & 1 deletion peep.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def iter(self, ret, *args, **kwargs):

DownloadProgressBar = DownloadProgressSpinner = NullProgressBar

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

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.0',
version='3.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 790218e

Please sign in to comment.