Skip to content

Commit

Permalink
Release v2023.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Aug 19, 2023
1 parent 6ac1451 commit 1caaf9f
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 7 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
======================

Expand Down
1 change: 0 additions & 1 deletion news/5129.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5722.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/5793.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5805.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5822.vendor.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.7.24.dev0"
__version__ = "2023.8.19"

0 comments on commit 1caaf9f

Please sign in to comment.