summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG11
-rw-r--r--setup.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3bd9f56f..328720ab 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,17 @@
CHANGELOG
=========
+0.37: 2015-05-11
+----------------
+
+New features:
+- Handling of trailing input in contrib.regular_languages.
+
+Bug fixes:
+- Default message in shortcuts.get_input.
+- Windows compatibility for contrib.telnet.
+- OS X bugfix in contrib.telnet.
+
0.36: 2015-05-09
----------------
diff --git a/setup.py b/setup.py
index e2f64870..f1c57904 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ long_description = open(
setup(
name='prompt_toolkit',
author='Jonathan Slenders',
- version='0.36',
+ version='0.37',
license='LICENSE.txt',
url='https://github.com/jonathanslenders/python-prompt-toolkit',
description='Library for building powerful interactive command lines in Python',