Skip to content

Commit

Permalink
Tag v1.14.0 (maintenance release)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 11, 2022
1 parent 766ebd1 commit d21e543
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,26 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
// Usage: tmuxp@next load yoursession
```

## tmuxp 1.14.x (unreleased)
## tmuxp 1.15.x (unreleased)

- _Insert changes/features/fixes for next release here_

## tmuxp 1.14.0 (2022-09-11)

**Maintenance release, no features or fixes**

There will be several of these releases as infrastructure and APIs are upgraded
to facilitate fixes for layout issues and general contributions.

### Development

- libtmux bumped to v0.15.1

This includes a major retooling underneath, including `src/` layout and
testing of `doctest` in documentation.

[v0.15.1]: https://github.com/tmux-python/libtmux/blob/v0.15.1/CHANGES#libtmux-0151-2022-09-11

### Documentation

- Render changelog in [`linkify_issues`] (#812)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tmuxp"
version = "1.14.0a1"
version = "1.14.0"
description = "tmux session manager"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion tmuxp/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "tmuxp"
__package_name__ = "tmuxp"
__version__ = "1.14.0a1"
__version__ = "1.14.0"
__description__ = "tmux session manager"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit d21e543

Please sign in to comment.