Skip to content

Commit

Permalink
Tag v0.34.0 - Test and doc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 21, 2024
1 parent 831f382 commit 959c55b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ To install via [pip](https://pip.pypa.io/en/stable/), use:
$ pip install --user --upgrade --pre libtmux
```

## libtmux 0.37.x (Yet to be released)
## libtmux 0.38.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.37.0 (04-21-2024)

_Maintenance only, no bug fixes or new features_

### Testing

- Add `pytest-xdist` ([PyPI](https://pypi.org/project/pytest-xdist/), [GitHub](https://github.com/pytest-dev/pytest-xdist)) for parallel testing (#522).
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.36.0"
version = "0.37.0"
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/libtmux/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = "libtmux"
__package_name__ = "libtmux"
__version__ = "0.36.0"
__version__ = "0.37.0"
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 959c55b

Please sign in to comment.