Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 4490b5f

Browse files
committed
v1.0.0b9
1 parent 17f79ae commit 4490b5f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## [Unreleased]
66

7+
## [v1.0.0b9] - 2023-04-15
8+
9+
### Added
10+
- Added ARM64 binary wheels.
11+
712
### Changed
813
- Update PyWinRT to [v1.0.0-beta.9](https://github.com/pywinrt/pywinrt/releases/tag/v1.0.0-beta.9).
914

@@ -60,7 +65,8 @@
6065
- Initial release.
6166

6267

63-
[Unreleased]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b8...HEAD
68+
[Unreleased]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b9...HEAD
69+
[v1.0.0b9]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b8...v1.0.0b9
6470
[v1.0.0b8]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b7...v1.0.0b8
6571
[v1.0.0b7]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b6...v1.0.0b7
6672
[v1.0.0b6]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b5...v1.0.0b6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="winsdk",
10-
version = "1.0.0b8",
10+
version = "1.0.0b9",
1111
description="Python bindings for the Windows SDK",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)