Skip to content

Commit fd76fd8

Browse files
committed
merge with main
1 parent 246f795 commit fd76fd8

File tree

7 files changed

+21
-6
lines changed

7 files changed

+21
-6
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2023.9.1 (2023-09-01)
2+
=====================
3+
Pipenv 2023.9.1 (2023-09-01)
4+
============================
5+
6+
7+
Features & Improvements
8+
-----------------------
9+
10+
- 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>`_
11+
12+
Bug Fixes
13+
---------
14+
15+
- Apply patch for install_search_all_sources = True functionality. `#5895 <https://github.com/pypa/pipenv/issues/5895>`_
16+
- Relative paths improvements for editable installs. `#5896 <https://github.com/pypa/pipenv/issues/5896>`_
17+
- Set log level in resolver to WARN when verbose is not passed. `#5897 <https://github.com/pypa/pipenv/issues/5897>`_
18+
- Handle more variations in private index html to improve hash collection. `#5898 <https://github.com/pypa/pipenv/issues/5898>`_
19+
20+
121
2023.8.28 (2023-08-28)
222
======================
323

news/5892.feature.rst

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

news/5895.bugfix.rst

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

news/5896.bugfix.rst

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

news/5897.bugfix.rst

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

news/5898.bugfix.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.9.1.dev1"
5+
__version__ = "2023.9.1"

0 commit comments

Comments
 (0)