Skip to content

Commit

Permalink
Tag v1.47.0 (libtmux bump to v0.37.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 21, 2024
1 parent 8e086d3 commit 296276d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Expand Up @@ -15,10 +15,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
// Usage: tmuxp@next load yoursession
```

## tmuxp 1.47.0 (unreleased)
## tmuxp 1.48.0 (unreleased)

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

## tmuxp 1.47.0 (2024-04-21)

_Maintenance only, no bug fixes or new features_

### Developmental
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tmuxp"
version = "1.46.0"
version = "1.47.0"
description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/tmuxp/__about__.py
Expand Up @@ -2,7 +2,7 @@

__title__ = "tmuxp"
__package_name__ = "tmuxp"
__version__ = "1.46.0"
__version__ = "1.47.0"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 296276d

Please sign in to comment.