Skip to content

Commit 61cf260

Browse files
Release 0.12
1 parent eb28db5 commit 61cf260

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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.12: 2016-08-03
5+
----------------
6+
7+
Fixes:
8+
- Prompt_toolkit 1.0.4 compatibilty.
9+
- Python 2.6 compatibility.
10+
11+
412
0.11: 2016-06-27
513
----------------
614

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
setup(
1515
name='pymux',
1616
author='Jonathan Slenders',
17-
version='0.11',
17+
version='0.12',
1818
license='LICENSE',
1919
url='https://github.com/jonathanslenders/',
2020
description='Pure Python terminal multiplexer.',
2121
long_description=long_description,
2222
packages=find_packages('.'),
2323
install_requires = [
24-
'prompt_toolkit>=1.0.0,<1.1.0',
24+
'prompt_toolkit>=1.0.4,<1.1.0',
2525
'pyte>=0.5.1',
2626
'six>=1.9.0',
2727
'docopt>=0.6.2',

0 commit comments

Comments
 (0)