diff --git a/HISTORY.txt b/HISTORY.txt index a8bbce3c..7bf7690e 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.1.0: + - Inline TOML tables for things like requests[security]! 7.0.6: - NO_SPIN is now automatic when CI is set. - Additionally, vendor pip (a patched version) for doing advanced dependency resolution. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 7df9c58f..360961b0 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.0.6' +__version__ = '7.1.0'