Skip to content

Commit 08e0783

Browse files
Release 0.14
1 parent 2207001 commit 08e0783

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.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+
412
0.13: 2016-10-16
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.13',
17+
version='0.14',
1818
license='LICENSE',
1919
url='https://github.com/jonathanslenders/',
2020
description='Pure Python terminal multiplexer.',

0 commit comments

Comments
 (0)