Skip to content

Commit fe319a5

Browse files
committed
Tag v0.10.3
1 parent 0744f3e commit fe319a5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Here you can find the recent changes to libtmux
66

77
- _Insert changes/features/fixes for next release here_
88

9+
## libtmux 0.10.3 (2022-01-10)
10+
911
#### Packaging
1012

1113
First experimental release using `poetry build` (#347). If you are packaging and run

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.10.2'
3+
__version__ = '0.10.3'
44
__description__ = 'scripting library / orm for tmux'
55
__email__ = '[email protected]'
66
__author__ = 'Tony Narlock'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ skip-string-normalization = true
33

44
[tool.poetry]
55
name = "libtmux"
6-
version = "0.10.2"
6+
version = "0.10.3"
77
description = "scripting library / orm for tmux"
88
license = "MIT"
99
authors = ["Tony Narlock <[email protected]>"]

0 commit comments

Comments
 (0)