Skip to content

Commit

Permalink
Tag v1.21.0 (libtmux 0.17.2 -> 0.18.0 for Server __repr__)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 27, 2022
1 parent 0eb7bfe commit c4df84c
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 @@ -15,10 +15,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
// Usage: tmuxp@next load yoursession
```

## tmuxp 1.21.x (unreleased)
## tmuxp 1.22.x (unreleased)

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

## tmuxp 1.21.0 (2022-12-27)

*Maintenance only, no bug fixes or features*

- libtmux 0.17.2 -> 0.18.0
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.3"
version = "1.21.0"
description = "tmux session manager"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
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.3"
__version__ = "1.21.0"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit c4df84c

Please sign in to comment.