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

Commit 0519bcc

Browse files
committed
v1.0.0b3
1 parent f1154f4 commit 0519bcc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [v1.0.0b3] - 2022-04-09
78

89
### Changed
910

@@ -20,6 +21,7 @@
2021
- Initial release.
2122

2223

23-
[Unreleased]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b2...HEAD
24+
[Unreleased]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b3...HEAD
25+
[v1.0.0b3]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b2...v1.0.0b3
2426
[v1.0.0b2]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b1...v1.0.0b2
2527
[v1.0.0b1]: https://github.com/pywinrt/python-winsdk/tags/v1.0.0b1

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