Skip to content

Commit c4f6426

Browse files
committed
Tag v0.35.0 (#536, simplify targets)
1 parent c1d7e8a commit c4f6426

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.35.x (Yet to be released)
12+
## libtmux 0.36.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.35.0 (2024-03-17)
19+
1820
### Breaking changes
1921

2022
- Eliminate redundant targets / `window_index`'s across codebase (#536).

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.34.0"
3+
version = "0.35.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.34.0"
5+
__version__ = "0.35.0"
66
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
77
__email__ = "[email protected]"
88
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)