Skip to content

Commit 5c6499a

Browse files
committed
Tag v0.10.1
Hotfix for #271 extended to support Window.select_window()
1 parent 1a93b57 commit 5c6499a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Here you can find the recent changes to libtmux
55
## current
66

77
- _Insert changes/features/fixes for next release here_
8+
9+
## libtmux 0.10.1 (2021-06-16)
810
- Update `Window.select_window()` for #271
911

1012
## libtmux 0.10.0 (2021-06-16)

libtmux/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'libtmux'
22
__package_name__ = 'libtmux'
3-
__version__ = '0.10.0'
3+
__version__ = '0.10.1'
44
__description__ = 'scripting library / orm for tmux'
55
__email__ = '[email protected]'
66
__author__ = 'Tony Narlock'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ skip-string-normalization = true
33

44
[tool.poetry]
55
name = "libtmux"
6-
version = "0.10.0"
6+
version = "0.10.1"
77
description = "scripting library / orm for tmux"
88
license = "MIT"
99
authors = ["Tony Narlock <[email protected]>"]

0 commit comments

Comments
 (0)