Skip to content

Commit

Permalink
Tag v1.30.0a0 (ruff improvements from #879)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 4, 2023
1 parent 6de494f commit 2afd0c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
// Usage: tmuxp@next load yoursession
```

## tmuxp 1.30.x (unreleased)
## tmuxp 1.31.x (unreleased)

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

## tmuxp 1.31.0 (unreleased)

_Maintenance only, no bug fixes, or new features_

### Development

- Code quality improved via [ruff] rules (#879)
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.29.1"
version = "1.30.0a0"
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.29.1"
__version__ = "1.30.0a0"
__description__ = "tmux session manager"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 2afd0c8

Please sign in to comment.