Skip to content

Commit

Permalink
Tag v1.9.4 - the one packaged with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jan 11, 2022
1 parent 114b214 commit aadb439
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 @@ -4,6 +4,8 @@

- _Insert changes/features/fixes for next release here_

## tmuxp 1.9.4 (2022-01-10)

#### Packaging

- `poetry build` used to package in place of `python setup.py build` (#729)
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.3"
version = "1.9.4"
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.3'
__version__ = '1.9.4'
__description__ = 'tmux session manager'
__email__ = 'tony@git-pull.com'
__author__ = 'Tony Narlock'
Expand Down

0 comments on commit aadb439

Please sign in to comment.