Skip to content

Commit 54b3a74

Browse files
committed
bump to v1.2.0, add update changelog
1 parent e1b3947 commit 54b3a74

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ Changelog
44

55
Here you can find the recent changes to tmuxp
66

7+
- :release:`1.2.0 <2016-06-16>`
78
- :feature:`65` Ability to specify ``options`` and ``global_options`` via
89
configuration. Also you can specify environment variables via that.
910

10-
Include tests.
11+
Include tests and add example.
1112

1213
- :release:`1.1.1 <2016-06-02>`
1314
- :bug:`167 backported` fix attaching multiple sessions

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.1.1'
3+
__version__ = '1.2.0'
44
__description__ = 'tmux session manager'
55
__email__ = 'tony@git-pull.com'
66
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)