Skip to content

Commit c425c37

Browse files
committed
Tag v0.15.10 (test environment improvements)
1 parent 74d600b commit c425c37

File tree

4 files changed

+34
-25
lines changed

4 files changed

+34
-25
lines changed

CHANGES

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ $ pip install --user --upgrade --pre libtmux
1414

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

17-
### Tests
17+
## libtmux 0.15.10 (2022-11-05)
1818

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

22+
### Tests
23+
2224
- Compatibility improvement for `test_capture_pane` and `env` (#452), credit:
2325
@zappolowski!
2426
- Remove more BASHisms from tests (#455)

poetry.lock

+28-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libtmux"
3-
version = "0.15.9"
3+
version = "0.15.10"
44
description = "Typed scripting library / ORM / API wrapper for tmux"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

src/libtmux/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "libtmux"
22
__package_name__ = "libtmux"
3-
__version__ = "0.15.9"
3+
__version__ = "0.15.10"
44
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
55
__email__ = "[email protected]"
66
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)