diff --git a/HISTORY.txt b/HISTORY.txt index 1aa9f1af..94ff55f1 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.9.5: + - More usage examples in help output. 7.9.4: - Support for editable extras. 7.9.3: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index a1be112d..aff01784 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.9.4' +__version__ = '7.9.5'