Skip to content

Commit 0ab3a56

Browse files
committed
Tag v1.20.1
1 parent 13a3ded commit 0ab3a56

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919

2020
<!-- Maintainers, insert changes / features for the next release here -->
2121

22-
## tmuxp 1.20.1 (Unreleased)
22+
## tmuxp 1.20.1 (2022-12-27)
2323

2424
- libtmux 0.17.0 -> ~0.17.1
2525

26+
### Development
27+
28+
- Poetry 1.2.2 -> 1.3.1
29+
2630
## tmuxp 1.20.0 (2022-12-26)
2731

2832
### Breaking change
@@ -32,7 +36,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3236
This includes the API overhaul from
3337
[libtmux#426](https://github.com/tmux-python/libtmux/pull/426).
3438

35-
### Developmental
39+
### Development
3640

3741
- Tests: Stabilization fix for automatic rename test (#853)
3842

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 = "tmuxp"
3-
version = "1.20.0"
3+
version = "1.20.1"
44
description = "tmux session manager"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

src/tmuxp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "tmuxp"
22
__package_name__ = "tmuxp"
3-
__version__ = "1.20.0"
3+
__version__ = "1.20.1"
44
__description__ = "tmux session manager"
55
__email__ = "[email protected]"
66
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)