diff --git a/HISTORY.txt b/HISTORY.txt index 30d0912c..ac8b8403 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.6.3: + - Cleanups. 7.6.2: - Support for install/lock --pre. 7.6.1: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index ef77510b..5e2e9e75 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.6.2' +__version__ = '7.6.3'