Skip to content

Commit

Permalink
Tag v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 27, 2022
1 parent 13a3ded commit 0ab3a56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

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

## tmuxp 1.20.1 (Unreleased)
## tmuxp 1.20.1 (2022-12-27)

- libtmux 0.17.0 -> ~0.17.1

### Development

- Poetry 1.2.2 -> 1.3.1

## tmuxp 1.20.0 (2022-12-26)

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

### Developmental
### Development

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

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 = "tmuxp"
version = "1.20.0"
version = "1.20.1"
description = "tmux session manager"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/tmuxp/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "tmuxp"
__package_name__ = "tmuxp"
__version__ = "1.20.0"
__version__ = "1.20.1"
__description__ = "tmux session manager"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 0ab3a56

Please sign in to comment.