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 c8d7dc3 commit f72dd1aCopy full SHA for f72dd1a
CHANGELOG
@@ -1,6 +1,14 @@
1
CHANGELOG
2
=========
3
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
12
0.10: 2016-05-05
13
----------------
14
setup.py
@@ -14,7 +14,7 @@
setup(
15
name='pymux',
16
author='Jonathan Slenders',
17
- version='0.10',
+ version='0.11',
18
license='LICENSE',
19
url='https://github.com/jonathanslenders/',
20
description='Pure Python terminal multiplexer.',
0 commit comments