Skip to content

Commit eb18a8b

Browse files
committed
Release v2023.6.18
1 parent 94710b3 commit eb18a8b

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2023.6.18 (2023-06-18)
2+
======================
3+
Pipenv 2023.6.18 (2023-06-18)
4+
=============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Fixes resolver to only consider the default index for packages when a secondary index is not specified. This brings the code into alignment with stated assumptions about index restricted packages behavior of ``pipenv``. `#5737 <https://github.com/pypa/pipenv/issues/5737>`_
11+
12+
Removals and Deprecations
13+
-------------------------
14+
15+
- Deprecation of ``--skip-lock`` flag as it bypasses the security benefits of pipenv. Plus it lacks proper deterministic support of installation from multiple package indexes. `#5737 <https://github.com/pypa/pipenv/issues/5737>`_
16+
17+
118
2023.6.12 (2023-06-11)
219
======================
320
Pipenv 2023.6.12 (2023-06-11)

news/5737.bugfix.rst

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

news/5737.removal.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.13.dev0"
5+
__version__ = "2023.6.18"

0 commit comments

Comments
 (0)