Skip to content

Commit 31d95a3

Browse files
committed
Tag v0.14.1 (Server.new_session w/o session name)
1 parent a46fffc commit 31d95a3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGES

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ $ pip install --user --upgrade --pre libtmux
1212

1313
- _Insert changes/features/fixes for next release here_
1414

15-
## libtmux 0.14.1 (unreleased)
15+
## libtmux 0.14.1 (2022-08-17)
1616

1717
### Fixes
1818

1919
- {meth}`Server.new_session` works without `session_name`, {issue}`400` fixes
2020
{issue}`399`
2121

22-
2322
## libtmux 0.14.0 (2022-08-05)
2423

2524
### Breaking changes

libtmux/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "libtmux"
22
__package_name__ = "libtmux"
3-
__version__ = "0.14.0"
3+
__version__ = "0.14.1"
44
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
55
__email__ = "[email protected]"
66
__author__ = "Tony Narlock"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libtmux"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = "Typed scripting library / ORM / API wrapper for tmux"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

0 commit comments

Comments
 (0)