Skip to content

Commit e8e15a4

Browse files
committed
Release v2023.2.18
1 parent 65d1987 commit e8e15a4

11 files changed

+35
-12
lines changed

CHANGELOG.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
2023.2.18 (2023-02-18)
2+
======================
3+
Pipenv 2023.2.18 (2023-02-18)
4+
=============================
5+
6+
7+
Features & Improvements
8+
-----------------------
9+
10+
- ``pipenv`` now reads the system ``pip.conf`` or ``pip.ini`` file in order to determine pre-defined indexes to use for package resolution and installation. `#5297 <https://github.com/pypa/pipenv/issues/5297>`_
11+
- Behavior change for ``pipenv check`` now checks the default packages group of the lockfile.
12+
Specifying ``--categories`` to override which categories to check against.
13+
Pass ``--use-installed`` to get the prior behavior of checking the packages actually installed into the environment. `#5600 <https://github.com/pypa/pipenv/issues/5600>`_
14+
15+
Bug Fixes
16+
---------
17+
18+
- Fix regression with detection of ``CI`` env variable being set to something other than a truthy value. `#5554 <https://github.com/pypa/pipenv/issues/5554>`_
19+
- Fix ``--categories`` argument inconsistency between requirements command and install/sync by allowing comma seperated values or spaces. `#5570 <https://github.com/pypa/pipenv/issues/5570>`_
20+
- Use Nushell overlays when running ``pipenv shell``. `#5603 <https://github.com/pypa/pipenv/issues/5603>`_
21+
22+
Vendored Libraries
23+
------------------
24+
25+
- Vendor in the ``pip==23.0`` release. `#5586 <https://github.com/pypa/pipenv/issues/5586>`_
26+
- Vendor in ``pip==23.0.1`` minor pt release. Updates ``pythonfinder==1.3.2``. `#5614 <https://github.com/pypa/pipenv/issues/5614>`_
27+
28+
Improved Documentation
29+
----------------------
30+
31+
- Make some improvements to the contributing guide. `#5611 <https://github.com/pypa/pipenv/issues/5611>`_
32+
33+
134
2023.2.4 (2023-02-04)
235
=====================
336
Pipenv 2023.2.4 (2023-02-04)

news/5297.feature.rst

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

news/5554.bugfix.rst

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

news/5570.bugfix.rst

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

news/5586.vendor.rst

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

news/5600.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

news/5603.bugfix.rst

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

news/5611.doc.rst

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

news/5614.vendor.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.2.5.dev0"
5+
__version__ = "2023.2.18"

0 commit comments

Comments
 (0)