Skip to content

Commit d21e543

Browse files
committed
Tag v1.14.0 (maintenance release)
1 parent 766ebd1 commit d21e543

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGES

+17-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,26 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1515
// Usage: tmuxp@next load yoursession
1616
```
1717

18-
## tmuxp 1.14.x (unreleased)
18+
## tmuxp 1.15.x (unreleased)
1919

2020
- _Insert changes/features/fixes for next release here_
2121

22+
## tmuxp 1.14.0 (2022-09-11)
23+
24+
**Maintenance release, no features or fixes**
25+
26+
There will be several of these releases as infrastructure and APIs are upgraded
27+
to facilitate fixes for layout issues and general contributions.
28+
29+
### Development
30+
31+
- libtmux bumped to v0.15.1
32+
33+
This includes a major retooling underneath, including `src/` layout and
34+
testing of `doctest` in documentation.
35+
36+
[v0.15.1]: https://github.com/tmux-python/libtmux/blob/v0.15.1/CHANGES#libtmux-0151-2022-09-11
37+
2238
### Documentation
2339

2440
- Render changelog in [`linkify_issues`] (#812)

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.14.0a1"
3+
version = "1.14.0"
44
description = "tmux session manager"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

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.14.0a1"
3+
__version__ = "1.14.0"
44
__description__ = "tmux session manager"
55
__email__ = "[email protected]"
66
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)