Skip to content

Commit 70666a2

Browse files
committed
chore: prepare for 1.4.4
1 parent 653d865 commit 70666a2

8 files changed

Lines changed: 22 additions & 9 deletions

File tree

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
####################
2+
1.4.4 (2026-04-22)
3+
####################
4+
5+
**********
6+
Bugfixes
7+
**********
8+
9+
- Fix release pipeline generating ``CHANGELOG.rst`` entries with inconsistent heading levels, which broke ``sphinx -W``
10+
and pinned Read the Docs ``stable`` at 1.4.0 - by :user:`gaborbernat`. (:issue:`1031`)
11+
- Revert :pr:`1039` from build 1.4.3, no longer check direct_url (for now) - by :user:`henryiii` (:issue:`1039`)
12+
- Add ``--ignore-installed`` to pip install command to prevent issues with packages already present in the isolated build
13+
environment - by :user:`henryiii` (:issue:`1037`) (:issue:`1040`)
14+
- Partial revert of :pr:`973`, keeping log messages in one entry, multiple lines. (:issue:`1044`)
15+
16+
***************
17+
Miscellaneous
18+
***************
19+
20+
- :issue:`1048`, :issue:`1049`
21+
122
####################
223
1.4.3 (2026-04-10)
324
####################

docs/changelog/1031.bugfix.rst

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

docs/changelog/1039.bugfix.rst

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

docs/changelog/1040.bugfix.rst

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

docs/changelog/1044.bugfix.rst

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

docs/changelog/1048.misc.rst

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

docs/changelog/1049.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.4.3'
29+
__version__ = '1.4.4'
3030

3131
__all__ = [
3232
'BuildBackendException',

0 commit comments

Comments
 (0)