Skip to content

Commit

Permalink
Tag v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 10, 2022
1 parent 0955b4c commit 87a523c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ To install the unreleased libtmux version, see [developmental releases](https://
$ pip install --user --upgrade --pre libtmux
```

## libtmux 0.15.x (unreleased)
## libtmux 0.16.x (unreleased)

- _Insert changes/features/fixes for next release here_

## libtmux 0.15.0 (2022-09-10)

### New features

- Added a [pytest plugin](https://libtmux.git-pull.com/pytest-plugin.html), #411.
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 = "libtmux"
version = "0.15.0a4"
version = "0.15.0"
description = "Typed scripting library / ORM / API wrapper for tmux"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/libtmux/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "libtmux"
__package_name__ = "libtmux"
__version__ = "0.15.0a4"
__version__ = "0.15.0"
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 87a523c

Please sign in to comment.