diff --git a/HISTORY.txt b/HISTORY.txt index b52a86fb..7d1863e0 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,4 +1,4 @@ -11.9.1: +11.10.0: - Resolve editable packages on the local filesystem. - Ensure lock hash does not change based on injected env vars. - Fix bug in detecting .venv at project root when in subdirectories. @@ -8,6 +8,12 @@ - Upgrade python-dotenv to support "export" syntax. - Resolve dependencies of wheel files. - Bugfix for allow_global with new resolver fixes. + - Locally cache hashes for performance gains. + - Lock prereleases correctly. + - Add reqeuests.pem back to package. + - Auto-toggle PIPENV_VENV_IN_PROJECT when .venv is present. + - Fix bug with pipfile casing. + - Enable environment variable interpolation in pipfiles. 11.9.0: - Vastly improve markers capabilities. - Support for environment variables in Pipfiles. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 223d1649..f0d0a00f 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.9.1' +__version__ = '11.10.0'