Skip to content

Commit af5b999

Browse files
committed
Tag v0.31.0 (command refactor #527)
1 parent 8cc2ab7 commit af5b999

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES

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

12-
## libtmux 0.31.x (Yet to be released)
12+
## libtmux 0.32.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.31.0 (2024-02-17)
19+
1820
### Cleanups (#527)
1921

2022
- Streamline `{Server,Session,Window,Pane}.cmd()`, across all usages to:

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.30.2"
3+
version = "0.31.0"
44
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

src/libtmux/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Metadata package for libtmux."""
22
__title__ = "libtmux"
33
__package_name__ = "libtmux"
4-
__version__ = "0.30.2"
4+
__version__ = "0.31.0"
55
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
66
__email__ = "tony@git-pull.com"
77
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)