mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
version bump to 0.3.3
This commit is contained in:
parent
85d635e7b7
commit
1c323df5de
3 changed files with 18 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
version: 0.3.2.{build}
|
||||
version: 0.3.3.{build}
|
||||
os: Windows Server 2012 R2
|
||||
install:
|
||||
- C:\Python34\Scripts\pip install ply pyreadline nose pygments prompt_toolkit
|
||||
|
|
|
@ -4,6 +4,20 @@ Xonsh Change Log
|
|||
|
||||
Current Developments
|
||||
====================
|
||||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
||||
|
||||
v0.3.3
|
||||
====================
|
||||
**Added:**
|
||||
|
||||
* Question mark literals, ``?``, are now allowed as part of
|
||||
|
@ -28,7 +42,7 @@ Current Developments
|
|||
* ``_`` is now updated by ``![]``, to contain the appropriate
|
||||
``CompletedCommand`` object.
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
|
||||
**Removed:**
|
||||
|
||||
|
@ -46,7 +60,7 @@ Current Developments
|
|||
* Fixed an issue about ``os.killpg()`` on OS X which caused xonsh crash with
|
||||
occasionality
|
||||
|
||||
**Security:** None
|
||||
|
||||
|
||||
v0.3.2
|
||||
====================
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.3.2'
|
||||
__version__ = '0.3.3'
|
||||
|
|
Loading…
Add table
Reference in a new issue