Skip to content

Commit 2d8d3da

Browse files
committed
Tag new release v1.5.1.
1 parent 8e637e3 commit 2d8d3da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44

55
Here you can find the recent changes to tmuxp
66

7+
- :release:`1.5.1 <2019-02-18>`
78
- :support:`-` Add tests/*.sh scripts to MANIFEST.in to include them in Pypi package.
89
- :support:`-` Include twine to dev packages on requirements and Pipfile files.
910
- :release:`1.5.0 <2018-10-02>`

tmuxp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'tmuxp'
22
__package_name__ = 'tmuxp'
3-
__version__ = '1.5.1a1'
3+
__version__ = '1.5.1'
44
__description__ = 'tmux session manager'
55
__email__ = '[email protected]'
66
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)