Skip to content

Commit af15b08

Browse files
committed
Tag v0.15.1 (packaging cleanup)
1 parent 6cbb6e0 commit af15b08

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGES

+10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ $ pip install --user --upgrade --pre libtmux
1212

1313
- _Insert changes/features/fixes for next release here_
1414

15+
## libtmux 0.15.1 (2022-09-11)
16+
17+
### Packaging
18+
19+
- pyproject.toml: Drop old issues package, remove anther package from grouping
20+
21+
### Documentation
22+
23+
- Cleanup quickstart page
24+
1525
## libtmux 0.15.0 (2022-09-10)
1626

1727
### New features

poetry.lock

+3-3
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 = "libtmux"
3-
version = "0.15.0post0"
3+
version = "0.15.1"
44
description = "Typed scripting library / ORM / API wrapper for tmux"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

src/libtmux/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "libtmux"
22
__package_name__ = "libtmux"
3-
__version__ = "0.15.0post0"
3+
__version__ = "0.15.1"
44
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
55
__email__ = "[email protected]"
66
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)