Skip to content

Commit

Permalink
Release v2023.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Jun 18, 2023
1 parent 94710b3 commit eb18a8b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2023.6.18 (2023-06-18)
======================
Pipenv 2023.6.18 (2023-06-18)
=============================


Bug Fixes
---------

- 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>`_

Removals and Deprecations
-------------------------

- 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>`_


2023.6.12 (2023-06-11)
======================
Pipenv 2023.6.12 (2023-06-11)
Expand Down
1 change: 0 additions & 1 deletion news/5737.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5737.removal.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.6.13.dev0"
__version__ = "2023.6.18"

0 comments on commit eb18a8b

Please sign in to comment.