Skip to content

Commit

Permalink
Tag v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jul 31, 2022
1 parent a677bf9 commit 9edbef7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
// Usage: tmuxp@next load yoursession
```

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

- _Insert changes/features/fixes for next release here_

### Bug fix
## tmuxp 1.12.x (2022-07-31)

- {issue}`774` Fix {issue}`620` tests not finishing
_Mostly internal cleanups, no features_

### Tests

- {issue}`774` Fix {issue}`620` tests not finishing
- {issue}`777` Fix {issue}`778` to move the old, broken `retry()` to the new
`retry_until()`, credit: @categulario.
- {issue}`783` Fix {issue}`620` Symlink edge for for pane order tests, credit: @categulario.
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.12.0a6"
version = "1.12.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.12.0a6"
__version__ = "1.12.0"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 9edbef7

Please sign in to comment.