Update history and bump version to 11.10.0

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-04-11 17:06:56 -04:00
parent 6fe401f7b8
commit eddc72ac13
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -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.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = '11.9.1'
__version__ = '11.10.0'