Skip to content

Commit 3226a9f

Browse files
committed
Release v2023.6.2
1 parent 15c0ce0 commit 3226a9f

File tree

8 files changed

+25
-7
lines changed

8 files changed

+25
-7
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2023.6.2 (2023-06-02)
2+
=====================
3+
Pipenv 2023.6.2 (2023-06-02)
4+
============================
5+
6+
7+
Features & Improvements
8+
-----------------------
9+
10+
- Resolver performance: package sources following PEP 503 will leverage package hashes from the URL fragment, without downloading the package. `#5701 <https://github.com/pypa/pipenv/issues/5701>`_
11+
12+
Bug Fixes
13+
---------
14+
15+
- Improve regex for python versions to handle hidden paths; handle relative paths to python better as well. `#4588 <https://github.com/pypa/pipenv/issues/4588>`_
16+
- Update ``pythonfinder==2.0.4`` with fix for "RecursionError: maximum recursion depth exceeded". `#5709 <https://github.com/pypa/pipenv/issues/5709>`_
17+
18+
Vendored Libraries
19+
------------------
20+
21+
- Drop old vendored toml library. Use stdlib tomllib or tomli instead. `#5678 <https://github.com/pypa/pipenv/issues/5678>`_
22+
- Drop vendored library cerberus. This isn't actually used by pipenv. `#5699 <https://github.com/pypa/pipenv/issues/5699>`_
23+
24+
125
2023.5.19 (2023-05-19)
226
======================
327
Pipenv 2023.5.19 (2023-05-19)

news/4588.bugfix.rst

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

news/5678.vendor.rst

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

news/5681.trivial.rst

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

news/5699.vendor.rst

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

news/5701.feature.rst

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

news/5709.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.5.20.dev0"
5+
__version__ = "2023.6.2"

0 commit comments

Comments
 (0)