This commit is contained in:
Nate Prewitt
2017-11-04 10:30:28 -07:00
parent 327fbf1d25
commit b49dd38f0f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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.
+1 -1
View File
@@ -3,4 +3,4 @@
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = '8.3.1'
__version__ = '8.3.2'