From 97f81b7c5eec045f3c7bee525ce8ca0024eda97f Mon Sep 17 00:00:00 2001 From: Rahix Date: Mon, 21 Nov 2022 09:32:32 +0100 Subject: [PATCH] Prepare 0.10.3 Signed-off-by: Harald Seiler --- CHANGELOG.md | 6 +++++- Documentation/installation.rst | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c51692da..9e33d284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## [Unreleased] + + +## [0.10.3] - 2022-11-21 ### Added - Added a `force` parameter to `tbot.tc.check_for_tool()` which forces the check even if a result was already cached for this tool ([#83]). @@ -967,7 +970,8 @@ Version **0.6.0** is basically a complete rewrite of TBot. A rough summary of c were loaded later - Fix `call_then` not returning the function itself -[Unreleased]: https://github.com/Rahix/tbot/compare/v0.10.2...master +[Unreleased]: https://github.com/Rahix/tbot/compare/v0.10.3...master +[0.10.3]: https://github.com/Rahix/tbot/compare/v0.10.2...v0.10.3 [0.10.2]: https://github.com/Rahix/tbot/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/Rahix/tbot/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/Rahix/tbot/compare/v0.9.6...v0.10.0 diff --git a/Documentation/installation.rst b/Documentation/installation.rst index b4e62541..58946526 100644 --- a/Documentation/installation.rst +++ b/Documentation/installation.rst @@ -16,7 +16,7 @@ Installation .. code-block:: shell-session - $ pip3 install -U --user git+https://github.com/rahix/tbot@v0.10.2 + $ pip3 install -U --user git+https://github.com/rahix/tbot@v0.10.3 2. If you haven't done this already, you need to add ``~/.local/bin`` to your ``$PATH``. diff --git a/README.md b/README.md index 58ef56ef..c5589f3c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Most info about *tbot* can be found in its documentation at ## Installation ```bash -pip3 install --user -U git+https://github.com/rahix/tbot@v0.10.2 +pip3 install --user -U git+https://github.com/rahix/tbot@v0.10.3 ``` If you haven't done it already, you need to add ``~/.local/bin`` to your ``$PATH``.