We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e637e3 commit 2d8d3daCopy full SHA for 2d8d3da
CHANGES
@@ -4,6 +4,7 @@ Changelog
4
5
Here you can find the recent changes to tmuxp
6
7
+- :release:`1.5.1 <2019-02-18>`
8
- :support:`-` Add tests/*.sh scripts to MANIFEST.in to include them in Pypi package.
9
- :support:`-` Include twine to dev packages on requirements and Pipfile files.
10
- :release:`1.5.0 <2018-10-02>`
tmuxp/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'tmuxp'
2
__package_name__ = 'tmuxp'
3
-__version__ = '1.5.1a1'
+__version__ = '1.5.1'
__description__ = 'tmux session manager'
__email__ = '[email protected]'
__author__ = 'Tony Narlock'
0 commit comments