Skip to content

Commit

Permalink
Tag v0.10.1
Browse files Browse the repository at this point in the history
Hotfix for #271 extended to support Window.select_window()
  • Loading branch information
tony committed Jun 16, 2021
1 parent 1a93b57 commit 5c6499a
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 @@ -5,6 +5,8 @@ Here you can find the recent changes to libtmux
## current

- _Insert changes/features/fixes for next release here_

## libtmux 0.10.1 (2021-06-16)
- Update `Window.select_window()` for #271

## libtmux 0.10.0 (2021-06-16)
Expand Down
2 changes: 1 addition & 1 deletion libtmux/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'libtmux'
__package_name__ = 'libtmux'
__version__ = '0.10.0'
__version__ = '0.10.1'
__description__ = 'scripting library / orm for tmux'
__email__ = 'tony@git-pull.com'
__author__ = 'Tony Narlock'
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 = "libtmux"
version = "0.10.0"
version = "0.10.1"
description = "scripting library / orm for tmux"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down

0 comments on commit 5c6499a

Please sign in to comment.