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 eb28db5 commit 61cf260Copy full SHA for 61cf260
CHANGELOG
@@ -1,6 +1,14 @@
1
CHANGELOG
2
=========
3
4
+0.12: 2016-08-03
5
+----------------
6
+
7
+Fixes:
8
+- Prompt_toolkit 1.0.4 compatibilty.
9
+- Python 2.6 compatibility.
10
11
12
0.11: 2016-06-27
13
----------------
14
setup.py
@@ -14,14 +14,14 @@
setup(
15
name='pymux',
16
author='Jonathan Slenders',
17
- version='0.11',
+ version='0.12',
18
license='LICENSE',
19
url='https://github.com/jonathanslenders/',
20
description='Pure Python terminal multiplexer.',
21
long_description=long_description,
22
packages=find_packages('.'),
23
install_requires = [
24
- 'prompt_toolkit>=1.0.0,<1.1.0',
+ 'prompt_toolkit>=1.0.4,<1.1.0',
25
'pyte>=0.5.1',
26
'six>=1.9.0',
27
'docopt>=0.6.2',
0 commit comments