Skip to content

Commit

Permalink
Tag v0.25.0 (docs and comparator improvements)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 25, 2023
1 parent 3b01dc8 commit 39c70ca
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 @@ -8,12 +8,14 @@ To install the unreleased libtmux version, see [developmental releases](https://
$ pip install --user --upgrade --pre libtmux
```

## libtmux 0.25.x (unreleased)
## libtmux 0.26.x (unreleased)

- _Notes on upcoming releases will be added here_

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

## libtmux 0.25.0 (2023-11-25)

### Improvement

- `Server.__eq__`, `Session.__eq__`, `Window.__eq__`, `Pane.__eq__` now returns `False` instead of raising `AssertionError` when type mismatches (#505, #510)
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.24.1"
version = "0.25.0"
description = "Typed scripting library / ORM / API wrapper for tmux"
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.24.1"
__version__ = "0.25.0"
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 39c70ca

Please sign in to comment.