Skip to content

Commit

Permalink
Tag v0.15.10 (test environment improvements)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 5, 2022
1 parent 74d600b commit c425c37
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 25 deletions.
6 changes: 4 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ $ pip install --user --upgrade --pre libtmux

<!-- Maintainers and contributors: Insert change notes for the next release above -->

### Tests
## libtmux 0.15.10 (2022-11-05)

_There will be more tests over the coming weeks and months to shore up
_There will be more improvements over the coming weeks and months to shore up
flakiness across shells and environments._

### Tests

- Compatibility improvement for `test_capture_pane` and `env` (#452), credit:
@zappolowski!
- Remove more BASHisms from tests (#455)
Expand Down
49 changes: 28 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "libtmux"
version = "0.15.9"
version = "0.15.10"
description = "Typed scripting library / ORM / API wrapper for tmux"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/libtmux/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "libtmux"
__package_name__ = "libtmux"
__version__ = "0.15.9"
__version__ = "0.15.10"
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit c425c37

Please sign in to comment.