Skip to content

Commit d976c6c

Browse files
committed
Release v2023.7.1
1 parent 3b719cb commit d976c6c

File tree

7 files changed

+21
-6
lines changed

7 files changed

+21
-6
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2023.7.1 (2023-07-01)
2+
=====================
3+
Pipenv 2023.7.1 (2023-07-01)
4+
============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Patch ``_get_requests_session`` method to consider ``PIP_CLIENT_CERT`` value when present. `#5746 <https://github.com/pypa/pipenv/issues/5746>`_
11+
- Fix regression in ``requirements`` command that was causing package installs after upgrade to ``requirementslib==3.0.0``. `#5755 <https://github.com/pypa/pipenv/issues/5755>`_
12+
- Fix ``error: invalid command 'egg_info'`` edge case with requirementslib 3.0.0. It exposed pipenv resolver sometimes was using a different python than expected. `#5760 <https://github.com/pypa/pipenv/issues/5760>`_
13+
- Fix issue in requirementslib 3.0.0 where dependencies defined in pyproject.toml were not being included in the lock file. `#5766 <https://github.com/pypa/pipenv/issues/5766>`_
14+
15+
Removals and Deprecations
16+
-------------------------
17+
18+
- Bump dparse to 0.6.3 `#5750 <https://github.com/pypa/pipenv/issues/5750>`_
19+
20+
121
2023.6.26 (2023-06-26)
222
======================
323
Pipenv 2023.6.26 (2023-06-26)

news/5746.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5750.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5755.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5760.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5766.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pipenv/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# // ) ) / / // ) ) //___) ) // ) ) || / /
33
# //___/ / / / //___/ / // // / / || / /
44
# // / / // ((____ // / / ||/ /
5-
__version__ = "2023.6.27.dev0"
5+
__version__ = "2023.7.1"

0 commit comments

Comments
 (0)