Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankotari committed May 4, 2021
1 parent 0467b44 commit f54f5a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.64.6.1
2.64.7.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Now follow the steps to "[finish the installation](#finish-the-installation)".
## Change Log
### New in 2.64.6.1
### New in 2.64.7.1
- Version naming conventions have now changed from using 64-bit suffixes when specifying a version to (un)install. Now all you need to use is the version number to install your platform's specific bit version.
- **\*WARNING\*: This change is backwards incompatible with v1.2.5 or less; if upgrading from that version, install [32bit-train](#32bit-train-support) which is backward compatible, or uninstall all versions of python prior to upgrading pyenv.**
- Ex. `pyenv install 2.7.17` will install as 64-bit on x64 and 32-bit on x86. (64-bit can still use `2.7.17-win32` to install the 32-bit version)
Expand Down
2 changes: 1 addition & 1 deletion pyenv-win/libexec/pyenv---version.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal
set KNOWN_VER=2.64.6.1
set KNOWN_VER=2.64.7.1

if "%1" == "--help" (
echo Usage: pyenv --version
Expand Down

0 comments on commit f54f5a1

Please sign in to comment.