diff --git a/README.md b/README.md index fe09433a9f..102fc730db 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See Contributing for how to update this file. - +
diff --git a/docs/changelog.md b/docs/changelog.md index 62fce37b36..b246ffe436 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,4 @@ -dev +0.15.1.1 - [bugfix] fix regression that caused installing with --editable flag to fail package name determination. diff --git a/docs/index.md b/docs/index.md index fe09433a9f..102fc730db 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,7 @@ See Contributing for how to update this file. - + diff --git a/src/pipx/main.py b/src/pipx/main.py index 5da942669e..3eba18226a 100644 --- a/src/pipx/main.py +++ b/src/pipx/main.py @@ -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], ...]: