Skip to content

Commit

Permalink
Tag v1.12.1 (start_directory fix from #787)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 5, 2022
1 parent ae99764 commit 380c91d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

- _Insert changes/features/fixes for next release here_

## tmuxp 1.12.1 (unreleased)
## tmuxp 1.12.1 (2022-08-04)

### Bug fix

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.12.0"
version = "1.12.1"
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.12.0"
__version__ = "1.12.1"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 380c91d

Please sign in to comment.