version bump to 0.3.0

This commit is contained in:
Anthony Scopatz 2016-05-20 18:04:28 -04:00
parent 4a6e153396
commit 41edf6ca31
3 changed files with 19 additions and 5 deletions

View file

@ -1,4 +1,4 @@
version: 0.2.7.{build}
version: 0.3.0.{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.0
====================
**Added:**
* ``and``, ``or``, ``&&``, ``||`` have been added as subprocess logical operators,
@ -63,9 +77,9 @@ Current Developments
way.
**Deprecated:** None
**Removed:** None
**Fixed:**
@ -89,7 +103,7 @@ Current Developments
* Fixed xonsh.exe launcher on Windows, when Python install directory has a space in it
* Fixed `$CDPATH` to support `~` and environments variables in its items
**Security:** None
v0.2.7

View file

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