Skip to content

Commit 5636c82

Browse files
committed
v0.1.5
1 parent f1cd364 commit 5636c82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Changelog
44

55
Here you can find the recent changes to tmuxp.
66

7-
0.1.5-dev
8-
---------
7+
0.1.5
8+
-----
99

1010
- [docs] section heading normalization.
1111
- [docs] tao of tmux section now treated as a chatper. tao of tmux may be
1212
split off into its own project.
13-
- [internals] use conventions from `tony/cookiecutter-pypackage`_
13+
- [internals] use conventions from `tony/cookiecutter-pypackage`_.
1414

1515
0.1.4
1616
-----

tmuxp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
__title__ = 'tmuxp'
1515
__package_name__ = 'tmuxp'
16-
__version__ = '0.1.4'
16+
__version__ = '0.1.5'
1717
__description__ = 'Manage tmux sessions thru JSON, YAML configs. Features Python API'
1818
__email__ = '[email protected]'
1919
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)