From 1e2958a712949579f5e84d38220062b2cec12511 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sat, 23 Apr 2022 12:48:56 -0500 Subject: [PATCH] v1.0.0b4 --- CHANGELOG.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a12c41e8..f3cfe474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [v1.0.0b4] - 2022-04-23 + ### Changed - Update PyWinRT to [v1.0.0-beta.4](https://github.com/pywinrt/pywinrt/releases/tag/v1.0.0-beta.4). @@ -25,7 +27,8 @@ - Initial release. -[Unreleased]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b3...HEAD +[Unreleased]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b4...HEAD +[v1.0.0b4]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b3...v1.0.0b4 [v1.0.0b3]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b2...v1.0.0b3 [v1.0.0b2]: https://github.com/pywinrt/python-winsdk/compare/v1.0.0b1...v1.0.0b2 [v1.0.0b1]: https://github.com/pywinrt/python-winsdk/tags/v1.0.0b1 diff --git a/setup.py b/setup.py index 0c0aaeb4..473157f8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="winsdk", - version = "1.0.0b3", + version = "1.0.0b4", description="Python bindings for the Windows SDK", long_description=long_description, long_description_content_type="text/markdown",