diff --git a/HISTORY.txt b/HISTORY.txt index 51078c1e..614c94ea 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.2.8: + - Vast improvements to python finding abilities (multiple pythons with the same name are now detected). 7.2.7: - Automatically convert outline TOML tables to inline tables (losing comments in the process). - Bug fixes. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index daab9a77..08bd4316 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.2.7' +__version__ = '7.2.8'