Skip to content

Commit

Permalink
0.15.1.1 (#324)
Browse files Browse the repository at this point in the history
* Bump version to 0.15.1.1.
* Regenerate docs.
* Update changelog with 0.15.1.1 version.
  • Loading branch information
itsayellow authored Jan 8, 2020
1 parent deb1ce1 commit fea5c94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See Contributing for how to update this file.
<a href="https://travis-ci.org/pipxproject/pipx"><img src="https://travis-ci.org/pipxproject/pipx.svg?branch=master" /></a>

<a href="https://pypi.python.org/pypi/pipx/">
<img src="https://img.shields.io/badge/pypi-0.15.1.0-blue.svg" /></a>
<img src="https://img.shields.io/badge/pypi-0.15.1.1-blue.svg" /></a>
<a href="https://github.com/ambv/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dev
0.15.1.1

- [bugfix] fix regression that caused installing with --editable flag to fail package name determination.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See Contributing for how to update this file.
<a href="https://travis-ci.org/pipxproject/pipx"><img src="https://travis-ci.org/pipxproject/pipx.svg?branch=master" /></a>

<a href="https://pypi.python.org/pypi/pipx/">
<img src="https://img.shields.io/badge/pypi-0.15.1.0-blue.svg" /></a>
<img src="https://img.shields.io/badge/pypi-0.15.1.1-blue.svg" /></a>
<a href="https://github.com/ambv/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion src/pipx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .util import PipxError, mkdir
from .venv import VenvContainer

__version__ = "0.15.1.0"
__version__ = "0.15.1.1"


def simple_parse_version(s, segments=4) -> Tuple[Union[int, str], ...]:
Expand Down

0 comments on commit fea5c94

Please sign in to comment.