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

Commit 46472ea

Browse files
committed
v1.0.0b7
1 parent 03e1d04 commit 46472ea

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.0b7] - 2022-09-09
8+
79
### Added
810
- Added build for Python 3.11.
911

@@ -49,7 +51,8 @@
4951
- Initial release.
5052

5153

52-
[Unreleased]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b6...HEAD
54+
[Unreleased]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b7...HEAD
55+
[v1.0.0b7]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b6...v1.0.0b7
5356
[v1.0.0b6]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b5...v1.0.0b6
5457
[v1.0.0b5]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b4...v1.0.0b5
5558
[v1.0.0b4]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b3...v1.0.0b4

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