Skip to content

Commit

Permalink
Prepare 0.10.4
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Seiler <[email protected]>
  • Loading branch information
Rahix committed Apr 13, 2023
1 parent 80b1da8 commit bd1f9ff
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.4] - 2023-04-13
### Added
- Added a `tbot_contrib.linux.meminfo()` helper for extracting info from
`/proc/meminfo`.
Expand Down Expand Up @@ -1014,7 +1017,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.3...master
[Unreleased]: https://github.com/Rahix/tbot/compare/v0.10.4...master
[0.10.4]: https://github.com/Rahix/tbot/compare/v0.10.3...v0.10.4
[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
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/[email protected].3
$ pip3 install -U --user git+https://github.com/rahix/[email protected].4
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 @@ -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/[email protected].3
pip3 install --user -U git+https://github.com/rahix/[email protected].4
```

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

0 comments on commit bd1f9ff

Please sign in to comment.