Skip to content

Commit

Permalink
Release v2023.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Mar 18, 2023
1 parent 761a03d commit 2c8a292
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 9 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2023.3.18 (2023-03-18)
======================
Pipenv 2023.3.18 (2023-03-18)
=============================


Features & Improvements
-----------------------

- Provide a more powerful solution than ``--keep-outdated`` and ``--selective-upgrade`` which are deprecated for removal.
Introducing the ``pipenv upgrade`` command which takes the same package specifiers as ``pipenv install`` and
updates the ``Pipfile`` and ``Pipfile.lock`` with a valid lock resolution that only effects the specified packages and their dependencies.
Additionally, the ``pipenv update`` command has been updated to use the ``pipenv upgrade`` routine when packages are provided, which will install sync the new lock file as well. `#5617 <https://github.com/pypa/pipenv/issues/5617>`_

Vendored Libraries
------------------

- Bump vistir to 0.8.0, requirementslib to 2.2.4. `#5635 <https://github.com/pypa/pipenv/issues/5635>`_


2023.2.18 (2023-02-18)
=============================

Expand Down
4 changes: 0 additions & 4 deletions news/5617.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5618.trivial.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5620.trivial.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5628.trivial.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5635.vendor.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.2.19.dev0"
__version__ = "2023.3.18"

0 comments on commit 2c8a292

Please sign in to comment.