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

Commit 85e78ac

Browse files
committed
v1.0.0b10
1 parent c1637be commit 85e78ac

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [v1.0.0b10] - 2023-08-11
8+
79
### Added
810
- Added more Windows SDK (10.0.22621) for Windows 11, version 22H2 APIs.
911
- Added support for Python 3.12.
@@ -76,7 +78,8 @@
7678
- Initial release.
7779

7880

79-
[Unreleased]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b9...HEAD
81+
[Unreleased]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b10...HEAD
82+
[v1.0.0b10]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b9...v1.0.0b10
8083
[v1.0.0b9]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b8...v1.0.0b9
8184
[v1.0.0b8]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b7...v1.0.0b8
8285
[v1.0.0b7]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b6...v1.0.0b7

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.0b9",
10+
version = "1.0.0b10",
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)