Skip to content

Commit 7699db3

Browse files
authored
Merge pull request #1632 from gdementen/patch-1
docs: fix typo in changelog
2 parents 6dceb29 + 951d453 commit 7699db3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ _18 September 2023_
227227
- ✨ Add the ability to pass additional flags to a build frontend through the [CIBW_BUILD_FRONTEND](https://cibuildwheel.readthedocs.io/en/stable/options/#build-frontend) option (#1588).
228228
- ✨ The environment variable SOURCE_DATE_EPOCH is now automatically passed through to container Linux builds (useful for [reproducible builds](https://reproducible-builds.org/docs/source-date-epoch/)!) (#1589)
229229
- 🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc2 (#1604)
230-
- 🐛 Fix `requires_python` auto-detection from setup.py when the call to `setup()` is within an `if __name__ == "__main__" block (#1613)
230+
- 🐛 Fix `requires_python` auto-detection from setup.py when the call to `setup()` is within an `if __name__ == "__main__"` block (#1613)
231231
- 🐛 Fix a bug that prevented building Linux wheels in Docker on a Windows host (#1573)
232232
- 🐛 `--only` can now select prerelease-pythons (#1564)
233233
- 📚 Docs & examples updates (#1582, #1593, #1598, #1615)

docs/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _18 September 2023_
1818
- ✨ Add the ability to pass additional flags to a build frontend through the [CIBW_BUILD_FRONTEND](https://cibuildwheel.readthedocs.io/en/stable/options/#build-frontend) option (#1588).
1919
- ✨ The environment variable SOURCE_DATE_EPOCH is now automatically passed through to container Linux builds (useful for [reproducible builds](https://reproducible-builds.org/docs/source-date-epoch/)!) (#1589)
2020
- 🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc2 (#1604)
21-
- 🐛 Fix `requires_python` auto-detection from setup.py when the call to `setup()` is within an `if __name__ == "__main__" block (#1613)
21+
- 🐛 Fix `requires_python` auto-detection from setup.py when the call to `setup()` is within an `if __name__ == "__main__"` block (#1613)
2222
- 🐛 Fix a bug that prevented building Linux wheels in Docker on a Windows host (#1573)
2323
- 🐛 `--only` can now select prerelease-pythons (#1564)
2424
- 📚 Docs & examples updates (#1582, #1593, #1598, #1615)

0 commit comments

Comments
 (0)