Skip to content

Commit

Permalink
Prepare 0.10.9
Browse files Browse the repository at this point in the history
Signed-off-by: Rahix <rahix@rahix.de>
  • Loading branch information
Rahix committed Nov 1, 2024
1 parent ef2dada commit 763f5a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]


## [0.10.9] - 2024-11-01
### Changed
- Increased grace period for subprocesses to terminate from 1 to 10 seconds. A
warning is emitted after 1 seconds anyway, to let the user know why tbot is
Expand Down Expand Up @@ -1088,7 +1091,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.8...master
[Unreleased]: https://github.com/Rahix/tbot/compare/v0.10.9...master
[0.10.9]: https://github.com/Rahix/tbot/compare/v0.10.8...v0.10.9
[0.10.8]: https://github.com/Rahix/tbot/compare/v0.10.7...v0.10.8
[0.10.7]: https://github.com/Rahix/tbot/compare/v0.10.6...v0.10.7
[0.10.6]: https://github.com/Rahix/tbot/compare/v0.10.5...v0.10.6
Expand Down
2 changes: 1 addition & 1 deletion Documentation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Installation

.. code-block:: shell-session
$ pip3 install -U --user git+https://github.com/rahix/tbot@v0.10.8
$ pip3 install -U --user git+https://github.com/rahix/tbot@v0.10.9
2. If you haven't done this already, you need to add ``~/.local/bin`` to your
``$PATH``.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.8
pip3 install --user -U git+https://github.com/rahix/tbot@v0.10.9
```

If you haven't done it already, you need to add ``~/.local/bin`` to your ``$PATH``.
Expand Down

0 comments on commit 763f5a0

Please sign in to comment.