diff --git a/HISTORY.txt b/HISTORY.txt index 7a035700..51160a40 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +6.2.4: + - UX Improvements. + - Install un-installable dependencies, anyway. 6.2.3: - Bug fixes and improvements. - Add refs to lockfile for VCS dependencies. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index a1a29b65..470176c4 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '6.2.3' +__version__ = '6.2.4'