Skip to content

Commit

Permalink
Tag v0.31.0 (command refactor #527)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 17, 2024
1 parent 8cc2ab7 commit af5b999
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ To install via [pip](https://pip.pypa.io/en/stable/), use:
$ pip install --user --upgrade --pre libtmux
```

## libtmux 0.31.x (Yet to be released)
## libtmux 0.32.x (Yet to be released)

- _Future release notes will be placed here_

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

## libtmux 0.31.0 (2024-02-17)

### Cleanups (#527)

- Streamline `{Server,Session,Window,Pane}.cmd()`, across all usages to:
Expand Down
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.30.2"
version = "0.31.0"
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
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,7 +1,7 @@
"""Metadata package for libtmux."""
__title__ = "libtmux"
__package_name__ = "libtmux"
__version__ = "0.30.2"
__version__ = "0.31.0"
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit af5b999

Please sign in to comment.