Skip to content

Commit 9752999

Browse files
committed
Tag v0.9.0
1 parent 2101653 commit 9752999

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES

+7
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ Here you can find the recent changes to libtmux
77
current
88
-------
99
- *Insert changes/features/fixes for next release here*
10+
11+
libtmux 0.9.0 (2021-06-14)
12+
--------------------------
13+
Python 2.7 support dropped.
14+
1015
- :issue:`306`: chore: Remove python 2.7 support
1116
- :issue:`314`: chore: Python 3.x syntax tweaks
1217
- :issue:`312`: ci: Add tmux 3.2a to CI
18+
- chore: Update black to `21.6b0
19+
<https://github.com/psf/black/blob/21.6b0/CHANGES.md#216b0>`_
1320

1421
libtmux 0.8.5 (2020-10-25)
1522
--------------------------

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.8.5'
3+
__version__ = '0.9.0'
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.8.5"
6+
version = "0.9.0"
77
description = "scripting library / orm for tmux"
88
license = "MIT"
99
authors = ["Tony Narlock <[email protected]>"]

0 commit comments

Comments
 (0)