mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
v8.3.2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
8.3.2:
|
||||
- Moved automated update check to once every 24 hours.
|
||||
- Better default for PYENV_ROOT.
|
||||
- Correctly support all pip --index specifiers.
|
||||
- Fix bug where pre-releases of Python were chosen over finals.
|
||||
8.3.1:
|
||||
- Fixed issues with calling block too many times on single subprocess.
|
||||
- Updated vendored delegator.py.
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
|
||||
__version__ = '8.3.1'
|
||||
__version__ = '8.3.2'
|
||||
|
||||
Reference in New Issue
Block a user