From 2b08d8d54c233d17bbfa7e6db79037cff64344e4 Mon Sep 17 00:00:00 2001 From: francium Date: Thu, 29 Feb 2024 20:58:14 -0500 Subject: [PATCH] Release v0.16.1b1 --- CHANGELOG.md | 7 ++++++- src/result/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b87af1..1427e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ Possible log types: ## [Unreleased] +## [0.16.1] - 2024-02-29 + +- `[fixed]` PyPI not showing description (#176) + ## [0.16.0] - 2023-12-23 - `[added]` Add `map_async` for async functions (#165) @@ -138,7 +142,8 @@ codebase. - Initial version [MIGRATING.md]: https://github.com/rustedpy/result/blob/main/MIGRATING.md -[Unreleased]: https://github.com/rustedpy/result/compare/v0.16.0...HEAD +[Unreleased]: https://github.com/rustedpy/result/compare/v0.16.1...HEAD +[0.16.0]: https://github.com/rustedpy/result/compare/v0.16.0...v0.16.1 [0.16.0]: https://github.com/rustedpy/result/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/rustedpy/result/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/rustedpy/result/compare/v0.13.1...v0.14.0 diff --git a/src/result/__init__.py b/src/result/__init__.py index e336528..864fb38 100644 --- a/src/result/__init__.py +++ b/src/result/__init__.py @@ -25,4 +25,4 @@ "do", "do_async", ] -__version__ = "0.17.0.dev0" +__version__ = "0.16.1b1"