Skip to content

Commit e3895d0

Browse files
committed
Tag v0.13.0
1 parent 8bce492 commit e3895d0

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGES

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,22 @@ To install the unreleased libtmux version, see [developmental releases](https://
88
$ pip install --user --upgrade --pre libtmux
99
```
1010

11-
## libtmux 0.13.x (unreleased)
11+
## libtmux 0.14.x (unreleased)
1212

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

15-
## What's new
15+
## libtmux 0.13.0 (2022-08-05)
16+
17+
### What's new
1618

1719
- **Improved typings**
1820

1921
Now [`mypy --strict`] compliant ({issue}`383`)
2022

21-
[`mypy --strict`]: https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-strict
22-
2323
Smaller touchups from {issue}`392`
2424

25+
[`mypy --strict`]: https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-strict
26+
2527
### Breaking changes
2628

2729
- Deprecated individual item lookups ({issue}`390`)

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.13.0a1"
3+
__version__ = "0.13.0"
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.13.0a1"
3+
version = "0.13.0"
44
description = "Typed scripting library / ORM / API wrapper for tmux"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

0 commit comments

Comments
 (0)