mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-21 15:20:59 +00:00
e7536ab1f6
- Fix comparisons between post-release and non-post-release versions - Update `pip_shims` to accommodate new pip versions - Implement syntax changes in `environment.py` to account for new pip syntax - Add `required` version output to `pipenv update --outdated` - Add pipfile version pin information as well, if available Signed-off-by: Dan Ryan <dan@danryan.co>
2 lines
114 B
ReStructuredText
2 lines
114 B
ReStructuredText
``pipenv update --outdated`` will now correctly handle comparisons between pre/post-releases and normal releases.
|