Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 39c70ca

Browse filesBrowse files
committed
Tag v0.25.0 (docs and comparator improvements)
1 parent 3b01dc8 commit 39c70ca
Copy full SHA for 39c70ca

File tree

Expand file treeCollapse file tree

3 files changed

+5
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-3
lines changed

‎CHANGES

Copy file name to clipboardExpand all lines: CHANGES
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ To install the unreleased libtmux version, see [developmental releases](https://
88
$ pip install --user --upgrade --pre libtmux
99
```
1010

11-
## libtmux 0.25.x (unreleased)
11+
## libtmux 0.26.x (unreleased)
1212

1313
- _Notes on upcoming releases will be added here_
1414

1515
<!-- Maintainers and contributors: Insert change notes for the next release above -->
1616

17+
## libtmux 0.25.0 (2023-11-25)
18+
1719
### Improvement
1820

1921
- `Server.__eq__`, `Session.__eq__`, `Window.__eq__`, `Pane.__eq__` now returns `False` instead of raising `AssertionError` when type mismatches (#505, #510)

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libtmux"
3-
version = "0.24.1"
3+
version = "0.25.0"
44
description = "Typed scripting library / ORM / API wrapper for tmux"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

‎src/libtmux/__about__.py

Copy file name to clipboardExpand all lines: src/libtmux/__about__.py
+1-1Lines changed: 1 addition & 1 deletion
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.24.1"
4+
__version__ = "0.25.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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.