Skip to content

Commit 5dfc288

Browse files
committed
Tag v0.23.0post0 (comment fixes)
1 parent 4a935b4 commit 5dfc288

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ _Maintenance only, no bug fixes, or new features_
2626
selecting additional rules, which include import sorting, ruff runs nearly
2727
instantaneously when checking the whole codebase.
2828

29+
### Post-release: v0.23.0post0 (2023-08-20)
30+
31+
- Fixes code comments cleaned up by `ruff`, but missed in QA. In the future,
32+
even when using an automated tool, we will review more thoroughly.
33+
2934
## libtmux 0.22.2 (2023-08-20)
3035

3136
### Development

pyproject.toml

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

src/libtmux/__about__.py

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

0 commit comments

Comments
 (0)