Skip to content

Commit f10f776

Browse files
committed
Tag v0.14.0
1 parent 90d1c3a commit f10f776

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGES

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,26 @@ To install the unreleased libtmux version, see [developmental releases](https://
88
$ pip install --user --upgrade --pre libtmux
99
```
1010

11-
## libtmux 0.14.x (unreleased)
11+
## libtmux 0.15.x (unreleased)
1212

1313
- _Insert changes/features/fixes for next release here_
1414

15+
## libtmux 0.14.0 (2022-08-05)
16+
1517
### Breaking changes
1618

17-
- `Pane.send_keys`: `suppress_history` default value changed from `True` to
19+
- {meth}`Pane.send_keys`: `suppress_history` default value changed from `True` to
1820
`False`, {issue}`395`
1921

2022
### Tests and docs
2123

22-
- Initial [doctests] examples stubbed out {issue}`#394`
24+
- Initial [doctests] examples stubbed out {issue}`394`
2325

2426
[doctests]: https://docs.python.org/3/library/doctest.html
2527

26-
- Fix bug in `temp_window()` context manager, {issue}`#394`
28+
- Fix bug in `temp_window()` context manager, {issue}`394`
2729
- Pytest configuration `conftest.py` moved to `libtmux/conftest.py`, so doctest can
28-
detect the fixtures {issue}`#394`
30+
detect the fixtures {issue}`394`
2931

3032
## libtmux 0.13.0 (2022-08-05)
3133

libtmux/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "libtmux"
22
__package_name__ = "libtmux"
3-
__version__ = "0.14.0a1"
3+
__version__ = "0.14.0"
44
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
55
__email__ = "tony@git-pull.com"
66
__author__ = "Tony Narlock"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libtmux"
3-
version = "0.14.0a1"
3+
version = "0.14.0"
44
description = "Typed scripting library / ORM / API wrapper for tmux"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

0 commit comments

Comments
 (0)