diff --git a/HISTORY.txt b/HISTORY.txt index 0c3e78b1..822ba0f9 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.1.3: + - Bugfix. 11.1.2: - No longer include hashes in `lock -r`. - Enable pew execution via python -m. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 62de3dd1..c792e94b 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.1.2' +__version__ = '11.1.3'