Skip to content

Commit

Permalink
Tag v1.30.1, final python 3.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 9, 2023
1 parent c33930b commit fe13fb3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 22 deletions.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

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

## tmuxp 1.30.1 (2023-09-09)

_Maintenance only, no bug fixes or new features_

### Breaking changes

- Cut last python 3.7 release (EOL was June 27th, 2023)

For security updates, a 1.30.x branch can be maintained for a limited time,
if necessary.

## tmuxp 1.30.0 (2023-09-04)

_Maintenance only, no bug fixes or new features_
Expand Down
20 changes: 0 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.30.0"
version = "1.30.1"
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.30.0"
__version__ = "1.30.1"
__description__ = "tmux session manager"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit fe13fb3

Please sign in to comment.