Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Sep 1, 2023
1 parent 246f795 commit fd76fd8
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2023.9.1 (2023-09-01)
=====================
Pipenv 2023.9.1 (2023-09-01)
============================


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

- Top level Pipfile sys_platform markers should be transitive; adds top level platform_machine entries that are also transitive. Marker entries continue to operate the same as before. `#5892 <https://github.com/pypa/pipenv/issues/5892>`_

Bug Fixes
---------

- Apply patch for install_search_all_sources = True functionality. `#5895 <https://github.com/pypa/pipenv/issues/5895>`_
- Relative paths improvements for editable installs. `#5896 <https://github.com/pypa/pipenv/issues/5896>`_
- Set log level in resolver to WARN when verbose is not passed. `#5897 <https://github.com/pypa/pipenv/issues/5897>`_
- Handle more variations in private index html to improve hash collection. `#5898 <https://github.com/pypa/pipenv/issues/5898>`_


2023.8.28 (2023-08-28)
======================

Expand Down
1 change: 0 additions & 1 deletion news/5892.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5895.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5896.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5897.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5898.bugfix.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.9.1.dev1"
__version__ = "2023.9.1"

0 comments on commit fd76fd8

Please sign in to comment.