Skip to content

Commit 959c55b

Browse files
committed
Tag v0.34.0 - Test and doc improvements
1 parent 831f382 commit 959c55b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ To install via [pip](https://pip.pypa.io/en/stable/), use:
99
$ pip install --user --upgrade --pre libtmux
1010
```
1111

12-
## libtmux 0.37.x (Yet to be released)
12+
## libtmux 0.38.x (Yet to be released)
1313

1414
- _Future release notes will be placed here_
1515

1616
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
1717

18+
## libtmux 0.37.0 (04-21-2024)
19+
20+
_Maintenance only, no bug fixes or new features_
21+
1822
### Testing
1923

2024
- Add `pytest-xdist` ([PyPI](https://pypi.org/project/pytest-xdist/), [GitHub](https://github.com/pytest-dev/pytest-xdist)) for parallel testing (#522).

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.36.0"
3+
version = "0.37.0"
44
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

src/libtmux/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = "libtmux"
44
__package_name__ = "libtmux"
5-
__version__ = "0.36.0"
5+
__version__ = "0.37.0"
66
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
77
__email__ = "[email protected]"
88
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)