Sourced from pipenv's releases.
Release v2023.12.1
What's Changed
- Issue-6079 Remove debug print statements that mistakenly got released by
@matteius
in pypa/pipenv#6082Full Changelog: https://github.com/pypa/pipenv/compare/v2023.12.0...v2023.12.1
Release v2023.12.0
What's Changed
- NOTE: this is our second semver release with a plan to release major version 3000 later this winter/Spring.
- Convert from pydantic to vanilla dataclasses (includes pythonfinder 2.1.0) by
@matteius
in pypa/pipenv#6065- Remove forcing CI code path to use nt shell code path by
@matteius
in pypa/pipenv#6072- Only editable entry should trigger editable installs by
@matteius
in pypa/pipenv#6069Full Changelog: https://github.com/pypa/pipenv/compare/v2023.11.17...v2023.12.0
Sourced from pipenv's changelog.
2023.12.1 (2024-02-04)
Pipenv 2023.12.1 (2024-02-04)
Bug Fixes
- Remove debug print statements that should not have made it into the last release.
[#6079](https://github.com/pypa/pipenv/issues/6079) <https://github.com/pypa/pipenv/issues/6079>
_ 2023.12.0 (2024-02-01) ====================== Pipenv 2023.12.0 (2024-02-01) =============================Bug Fixes
- Removal of pydantic from pythonfinder and pipenv; reduced complexity of pythonfinder pathlib usage (avoid posix conversions).
[#6065](https://github.com/pypa/pipenv/issues/6065) <https://github.com/pypa/pipenv/issues/6065>
_- Adjusted logic which assumed any file, path or VCS install should be considered editable. Instead relies on the user specified editable flag to mark requirement as editable install.
[#6069](https://github.com/pypa/pipenv/issues/6069) <https://github.com/pypa/pipenv/issues/6069>
_- Remove logic that treats
CI
variable to usedo_run_nt
shell logic, as the original reasons for that patch were no longer valid.[#6072](https://github.com/pypa/pipenv/issues/6072) <https://github.com/pypa/pipenv/issues/6072>
_
80363b9
Release v2023.12.1c69d3ba
Bumped version to 2023.12.1.ddf548c
Add news686ad95
remove debug print statements that should not have made it into the last
rele...d4483dd
Release v2023.12.0e26edd5
Bumped version to 2023.12.0.23dbe27
Only editable entry should trigger editable installs (#6069)15149f0
Remove forcing CI code path to use nt shell code path (#6072)95df3fd
Convert from pydantic to vanilla dataclasses (includes pythonfinder
2.1.0) (#...2bd7eab
Fix release CI step for next release