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 2207001 commit 08e0783Copy full SHA for 08e0783
CHANGELOG
@@ -1,6 +1,14 @@
1
CHANGELOG
2
=========
3
4
+0.14: 2017-07-27
5
+----------------
6
+
7
+Fixes:
8
+- Fixed bug in remove_reader (ValueError).
9
+- Pin Pyte requirements belowe 0.6.0.
10
11
12
0.13: 2016-10-16
13
----------------
14
setup.py
@@ -14,7 +14,7 @@
setup(
15
name='pymux',
16
author='Jonathan Slenders',
17
- version='0.13',
+ version='0.14',
18
license='LICENSE',
19
url='https://github.com/jonathanslenders/',
20
description='Pure Python terminal multiplexer.',
0 commit comments