Skip to content

Commit

Permalink
Tag v1.39.0 (libtmux v0.31.0+)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 17, 2024
1 parent 659f896 commit 3661a1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 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.39.x (unreleased)
## tmuxp 1.40.x (unreleased)

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

## tmuxp 1.39.0 (2024-02-17)

_Maintenance only, no bug fixes or new features_

#### Breaking changes

- libtmux: 0.30.2 -> 0.31.0 (#912)
Expand All @@ -28,6 +32,8 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

## tmuxp 1.38.0 (2024-02-16)

_Maintenance only, no bug fixes or new features_

#### Breaking changes

- libtmux: 0.28.1 -> 0.30.1 (#911)
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.38.0"
version = "1.39.0"
description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
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,7 +1,7 @@
"""Metadata for tmuxp package."""
__title__ = "tmuxp"
__package_name__ = "tmuxp"
__version__ = "1.38.0"
__version__ = "1.39.0"
__description__ = "tmux session manager"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 3661a1f

Please sign in to comment.