pyenv / pyenv-virtualenv

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
MIT License
6.18k stars 399 forks source link

Incorrect version reported by `pyenv virtualenv --version` #465

Closed darkfishy closed 7 months ago

darkfishy commented 10 months ago

Description

pyenv virtualenv --version from release 1.2.2 incorrectly reports self version as 1.2.1.

This is a packaging issue. Last time self version was updated in https://github.com/pyenv/pyenv-virtualenv/pull/449/commits/7a6ea242718bfddf9fbed34f670a9ac836f758d4, however, since then 1.2.2 package has been released.

Prerequisite

ushuz commented 7 months ago

Fixed in #471