mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Release v2023.8.19
This commit is contained in:
@@ -1,3 +1,36 @@
|
||||
2023.8.19 (2023-08-19)
|
||||
======================
|
||||
Pipenv 2023.8.19 (2023-08-19)
|
||||
=============================
|
||||
|
||||
|
||||
Features & Improvements
|
||||
-----------------------
|
||||
|
||||
- The ``--categories`` option now works with requirements.txt file. `#5722 <https://github.com/pypa/pipenv/issues/5722>`_
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
- Drop requirementslib for managing pip lines and InstallRequirements, bring remaining requirementslib functionality into pipenv.
|
||||
Fixes numerous reports about extras installs with vcs and file installs; format pip lines correctly to not generate deprecation warnings. `#5793 <https://github.com/pypa/pipenv/issues/5793>`_
|
||||
|
||||
Vendored Libraries
|
||||
------------------
|
||||
|
||||
- Update pip 23.2 -> 23.2.1 `#5822 <https://github.com/pypa/pipenv/issues/5822>`_
|
||||
|
||||
Improved Documentation
|
||||
----------------------
|
||||
|
||||
- Added documentation on how to move or rename a project directory `#5129 <https://github.com/pypa/pipenv/issues/5129>`_
|
||||
|
||||
Removals and Deprecations
|
||||
-------------------------
|
||||
|
||||
- The ``--skip-lock`` flag which was deprecated, has now been removed to unblock modernizing the pipenv resolver code. `#5805 <https://github.com/pypa/pipenv/issues/5805>`_
|
||||
|
||||
|
||||
2023.7.23 (2023-07-23)
|
||||
======================
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Added documentation on how to move or rename a project directory
|
||||
@@ -1 +0,0 @@
|
||||
The ``--categories`` option now works with requirements.txt file.
|
||||
@@ -1,2 +0,0 @@
|
||||
Drop requirementslib for managing pip lines and InstallRequirements, bring remaining requirementslib functionality into pipenv.
|
||||
Fixes numerous reports about extras installs with vcs and file installs; format pip lines correctly to not generate deprecation warnings.
|
||||
@@ -1 +0,0 @@
|
||||
The ``--skip-lock`` flag which was deprecated, has now been removed to unblock modernizing the pipenv resolver code.
|
||||
@@ -1 +0,0 @@
|
||||
Update pip 23.2 -> 23.2.1
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2023.7.24.dev0"
|
||||
__version__ = "2023.8.19"
|
||||
|
||||
Reference in New Issue
Block a user