Skip to content

Commit

Permalink
Tag v1.18.2 (maintenance-only)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 5, 2022
1 parent 65cdfe7 commit 90a9ca4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

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

## tmuxp 1.18.2 (2022-11-06)

**Maintenance release, no features or fixes**

### Development

- Bump libtmux from 0.15.9 -> 0.15.10 (only test tweaks)
- Poetry no longer forces `in-project: true`

## tmuxp 1.18.1 (2022-10-31)

### Bug fix
Expand Down
32 changes: 16 additions & 16 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.18.1"
version = "1.18.2"
description = "tmux session manager"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
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.18.1"
__version__ = "1.18.2"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 90a9ca4

Please sign in to comment.