Skip to content

Commit

Permalink
Release v2023.7.23
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Jul 23, 2023
1 parent 839554d commit 836e756
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 7 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
2023.7.23 (2023-07-23)
======================
Pipenv 2023.7.23 (2023-07-23)
=============================


Features & Improvements
-----------------------

- Upgrades ``pip==23.2`` which includes everything from the pip changelog. Drops the "install_compatatability_finder" pip internals patch. `#5808 <https://github.com/pypa/pipenv/issues/5808>`_

Bug Fixes
---------

- Fix issue parsing some Pipfiles with separate packages.<pkg> sections (tomlkit OutOfOrderTableProxy) `#5794 <https://github.com/pypa/pipenv/issues/5794>`_
- Fix all ruff linter warnings `#5807 <https://github.com/pypa/pipenv/issues/5807>`_
- Restore running Resolver in sub-process using the project python by default; maintains ability to run directly by setting ``PIPENV_RESOLVER_PARENT_PYTHON`` environment variable to 1 (useful for internal debugging). `#5809 <https://github.com/pypa/pipenv/issues/5809>`_
- Fix error when a Windows path begins with a '\' with ``pythonfinder==2.0.5``. `#5812 <https://github.com/pypa/pipenv/issues/5812>`_

Vendored Libraries
------------------

- Remove usage of click.secho in some modules. `#5804 <https://github.com/pypa/pipenv/issues/5804>`_


2023.7.11 (2023-07-11)
======================
Pipenv 2023.7.11 (2023-07-11)
Expand Down
1 change: 0 additions & 1 deletion news/5794.bugfix.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/5807.bugfix.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/5809.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5812.bugfix.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.12.dev0"
__version__ = "2023.7.23"

0 comments on commit 836e756

Please sign in to comment.