Skip to content

Commit

Permalink
Tag v1.23.0 (mypy strict changes from #796)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 28, 2022
1 parent 0d744bb commit 8313a52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
// Usage: tmuxp@next load yoursession
```

## tmuxp 1.23.x (unreleased)
## tmuxp 1.24.x (unreleased)

<!-- Maintainers, insert changes / features for the next release here -->

### Breaking changes
## tmuxp 1.23.0 (2022-12-28)

### Internal improvements

_Maintenance only, no bug fixes or features_

- Type annotations: Add strict mypy typings (#796)

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.22.1"
version = "1.23.0"
description = "tmux session manager"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/tmuxp/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "tmuxp"
__package_name__ = "tmuxp"
__version__ = "1.22.1"
__version__ = "1.23.0"
__description__ = "tmux session manager"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 8313a52

Please sign in to comment.