Skip to content

Commit 660b58f

Browse files
committed
Tag v0.23.0post1 - More ERA001 fixes
1 parent 709a057 commit 660b58f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ _Maintenance only, no bug fixes, or new features_
3131
- Fixes code comments cleaned up by `ruff`, but missed in QA. In the future,
3232
even when using an automated tool, we will review more thoroughly.
3333

34+
### Post-release: v0.23.0post1 (2023-08-26)
35+
36+
- Fixes for more `ERA001` issues.
37+
3438
## libtmux 0.22.2 (2023-08-20)
3539

3640
### Development

Diff for: 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.23.0post0"
3+
version = "0.23.0post1"
44
description = "Typed scripting library / ORM / API wrapper for tmux"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

Diff for: src/libtmux/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "libtmux"
22
__package_name__ = "libtmux"
3-
__version__ = "0.23.0post0"
3+
__version__ = "0.23.0post1"
44
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
55
__email__ = "[email protected]"
66
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)