Skip to content

Commit f72dd1a

Browse files
Release 0.11
1 parent c8d7dc3 commit f72dd1a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
0.11: 2016-06-27
5+
----------------
6+
7+
Fixes:
8+
- Fix for OS X El Capitan: LoadLibrary('libc.dylib') failed.
9+
- Compatibility with the latest prompt_toolkit.
10+
11+
412
0.10: 2016-05-05
513
----------------
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
setup(
1515
name='pymux',
1616
author='Jonathan Slenders',
17-
version='0.10',
17+
version='0.11',
1818
license='LICENSE',
1919
url='https://github.com/jonathanslenders/',
2020
description='Pure Python terminal multiplexer.',

0 commit comments

Comments
 (0)