Skip to content

Commit 90a9ca4

Browse files
committed
Tag v1.18.2 (maintenance-only)
1 parent 65cdfe7 commit 90a9ca4

File tree

4 files changed

+27
-18
lines changed

4 files changed

+27
-18
lines changed

CHANGES

+9
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2121

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

24+
## tmuxp 1.18.2 (2022-11-06)
25+
26+
**Maintenance release, no features or fixes**
27+
28+
### Development
29+
30+
- Bump libtmux from 0.15.9 -> 0.15.10 (only test tweaks)
31+
- Poetry no longer forces `in-project: true`
32+
2433
## tmuxp 1.18.1 (2022-10-31)
2534

2635
### Bug fix

poetry.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tmuxp"
3-
version = "1.18.1"
3+
version = "1.18.2"
44
description = "tmux session manager"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

src/tmuxp/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "tmuxp"
22
__package_name__ = "tmuxp"
3-
__version__ = "1.18.1"
3+
__version__ = "1.18.2"
44
__description__ = "tmux session manager"
55
__email__ = "[email protected]"
66
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)