Skip to content

Commit

Permalink
Tag v1.13.0 (basic mypy, doctest)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 14, 2022
1 parent 02665bc commit 3cb2337
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
// Usage: tmuxp@next load yoursession
```

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

- _Insert changes/features/fixes for next release here_

## tmuxp 1.13.0 (2022-08-14)

### Internal

- libtmux updated from v0.12 to v0.14 {issue}`790`
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.13.0a2"
version = "1.13.0"
description = "tmux session manager"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
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.13.0a2"
__version__ = "1.13.0"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 3cb2337

Please sign in to comment.