Skip to content

Commit

Permalink
Tag v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 30, 2021
1 parent 4b78983 commit d20e653
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## current

- _Insert changes/features/fixes for next release here_

## tmuxp 1.9.3 (2021-10-30)
- #700: Add `-h` / `--help` option, thanks @GHPS
- #689: Update poetry to 1.1
- CI: Use poetry 1.1.7 and `install-poetry.py` installer
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ skip-string-normalization = true

[tool.poetry]
name = "tmuxp"
version = "1.9.2"
version = "1.9.3"
description = "tmux session manager"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down
2 changes: 1 addition & 1 deletion tmuxp/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'tmuxp'
__package_name__ = 'tmuxp'
__version__ = '1.9.2'
__version__ = '1.9.3'
__description__ = 'tmux session manager'
__email__ = 'tony@git-pull.com'
__author__ = 'Tony Narlock'
Expand Down

0 comments on commit d20e653

Please sign in to comment.