Skip to content

Commit d3d30fb

Browse files
committed
Tag v1.13.2
1 parent b2b6f53 commit d3d30fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2424
- Add [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) (#807)
2525
- Add [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) (#808)
2626

27-
## tmuxp 1.13.x (2022-09-10)
27+
## tmuxp 1.13.2 (2022-09-10)
2828

2929
### Bug fixes
3030

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tmuxp"
3-
version = "1.13.1"
3+
version = "1.13.2"
44
description = "tmux session manager"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

Diff for: tmuxp/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "tmuxp"
22
__package_name__ = "tmuxp"
3-
__version__ = "1.13.1"
3+
__version__ = "1.13.2"
44
__description__ = "tmux session manager"
55
__email__ = "[email protected]"
66
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)