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

Commit d13fd50

Browse files
committed
v1.0.0b2
1 parent e74c577 commit d13fd50

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.0b2] - 2022-02-12
8+
79
### Changed
810

911
- Update PyWinRT to [v1.0.0-beta.2](https://github.com/pywinrt/pywinrt/releases/tag/v1.0.0-beta.2).
@@ -13,5 +15,6 @@
1315
- Initial release.
1416

1517

16-
[Unreleased]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b1...HEAD
18+
[Unreleased]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b2...HEAD
19+
[v1.0.0b2]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b1...v1.0.0b2
1720
[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.0b1",
10+
version = "1.0.0b2",
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)