Skip to content

Commit bf92040

Browse files
docs: changelog from 1.6.1 for main (#1185)
## Description <!-- Describe what changes you made and why --> Cherry-picking the release commit from 1.6.1 to update the changelog here too. ## Changelog <!-- All PRs should include a changelog fragment in docs/changelog/ --> ## Checklist - [ ] Tests pass locally (`tox`) - [ ] Code follows project style (`tox -e fix`) - [ ] Type checks pass (`tox -e type`) - [ ] Documentation builds (`tox -e docs`) Co-authored-by: gaborbernat-build-release[bot] <321917912+gaborbernat-build-release[bot]@users.noreply.github.com>
1 parent 65b46ef commit bf92040

7 files changed

Lines changed: 24 additions & 6 deletions

File tree

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
####################
2+
1.6.1 (2026-09-10)
3+
####################
4+
5+
**********
6+
Bugfixes
7+
**********
8+
9+
- Avoid trying to detect symlinks on Windows, regression in 1.6.0 - by :user:`henryiii` (:issue:`1175`) (:issue:`1175`)
10+
11+
***************
12+
Documentation
13+
***************
14+
15+
- Fix doubled backslashes in the Windows pip config path (``%APPDATA%\pip\pip.ini``) in the docs - by :user:`aroh3006`
16+
(:issue:`1149`)
17+
18+
***************
19+
Miscellaneous
20+
***************
21+
22+
- :issue:`1168`, :issue:`1170`, :issue:`1178`
23+
124
####################
225
1.6.0 (2026-08-27)
326
####################

docs/changelog/1149.doc.rst

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

docs/changelog/1168.misc.rst

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

docs/changelog/1170.misc.rst

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

docs/changelog/1175.bugfix.rst

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

docs/changelog/1178.misc.rst

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

src/build/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from ._util import check_dependency
2727

2828

29-
__version__ = '1.6.0'
29+
__version__ = '1.6.1'
3030

3131
__all__ = [
3232
'BuildBackendException',

0 commit comments

Comments
 (0)