version bump to 0.3.1

This commit is contained in:
Anthony Scopatz 2016-05-28 19:14:45 -04:00
parent c8249a033b
commit 83f66be42c
3 changed files with 18 additions and 4 deletions

View file

@ -1,4 +1,4 @@
version: 0.3.0.{build}
version: 0.3.1.{build}
os: Windows Server 2012 R2
install:
- C:\Python34\Scripts\pip install ply pyreadline nose pygments prompt_toolkit

View file

@ -4,6 +4,20 @@ Xonsh Change Log
Current Developments
====================
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None
v0.3.1
====================
**Added:**
* When a subprocess exits with a signal (e.g. SIGSEGV), a message is printed,
@ -26,7 +40,7 @@ Current Developments
* On Cygwin, some tweaks are applied to foreign shell subprocess calls and the
readline import, in order to avoid hangs on launch.
**Deprecated:** None
**Removed:**
* Special cased code for handling version of prompt_toolkit < v1.0.0
@ -49,7 +63,7 @@ Current Developments
* Fixed a parsing bug whereby a trailing ``&`` on a line was being ignored
(processes were unable to be started in the background)
**Security:** None
v0.3.0
====================

View file

@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.3.1'