Skip to content

Commit

Permalink
Tag v0.15.3 (root-level conftest, pytest plugin doctests)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 20, 2022
1 parent 1806207 commit 9828540
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $ pip install --user --upgrade --pre libtmux

- _Insert changes/features/fixes for next release here_

## libtmux 0.15.3 (unreleased)
## libtmux 0.15.3 (2022-09-20)

### Tests / docs

Expand All @@ -24,7 +24,6 @@ $ pip install --user --upgrade --pre libtmux
- We can now run py.test for `README.md` without needing to proxy through
`docs/index.md`


## libtmux 0.15.2 (2022-09-17)

**Maintenance release, no features or fixes**
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.2"
version = "0.15.3"
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.2"
__version__ = "0.15.3"
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 9828540

Please sign in to comment.