Skip to content

Commit 4879e69

Browse files
committed
update changelog and version
1 parent d2464cf commit 4879e69

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pipx: execute binaries from Python packages in isolated environments
2222
<a href="https://travis-ci.org/pipxproject/pipx"><img src="https://travis-ci.org/pipxproject/pipx.svg?branch=master" /></a>
2323

2424
<a href="https://pypi.python.org/pypi/pipx/">
25-
<img src="https://img.shields.io/badge/pypi-0.13.2.1-blue.svg" /></a>
25+
<img src="https://img.shields.io/badge/pypi-0.13.2.2-blue.svg" /></a>
2626
<a href="https://github.com/ambv/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
2727
</p>
2828

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.13.2.2
2+
3+
- Remove unneccesary and sometimes incorrect check after `pipx inject` (#195)
4+
- Make status text/animation reliably disappear before continuing
5+
- Update animation symbols
6+
17
0.13.2.1
28

39
- Remove virtual environment if installation did not complete. For example, if it was interrupted by ctrl+c or if an exception occurred for any reason. (#193)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See Contributing for how to update this file.
1919
<a href="https://travis-ci.org/pipxproject/pipx"><img src="https://travis-ci.org/pipxproject/pipx.svg?branch=master" /></a>
2020

2121
<a href="https://pypi.python.org/pypi/pipx/">
22-
<img src="https://img.shields.io/badge/pypi-0.13.2.1-blue.svg" /></a>
22+
<img src="https://img.shields.io/badge/pypi-0.13.2.2-blue.svg" /></a>
2323
<a href="https://github.com/ambv/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
2424
</p>
2525

pipx/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
)
3333
from .colors import bold, green
3434

35-
__version__ = "0.13.2.1"
35+
__version__ = "0.13.2.2"
3636

3737

3838
def print_version() -> None:

0 commit comments

Comments
 (0)