version bump to 0.4.1

This commit is contained in:
Anthony Scopatz 2016-06-24 17:40:40 -04:00
parent 70d52ce457
commit c6f573f11b
4 changed files with 14 additions and 17 deletions

View file

@ -1,4 +1,4 @@
version: 0.4.0.{build}
version: 0.4.1.{build}
os: Windows Server 2012 R2
install:
- C:\Python35\Scripts\pip install ply pyreadline pytest pygments prompt_toolkit

View file

@ -4,6 +4,17 @@ Xonsh Change Log
.. current developments
v0.4.1
====================
**Fixed:**
* ``setup.py`` will only amalgamate source files if ``amalgamate.py`` is
available. This fixes issues with installing from pip.
v0.4.0
====================

View file

@ -1,14 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* ``setup.py`` will only amalgamate source files if ``amalgamate.py`` is
available. This fixes issues with installing from pip.
**Security:** None

View file

@ -1,4 +1,4 @@
__version__ = '0.4.0'
__version__ = '0.4.1'
# amalgamate exclude jupyter_kernel parser_table parser_test_table pyghooks
# amalgamate exclude winutils wizard
@ -90,4 +90,4 @@ else:
pass
del _sys
del _os
# amalgamate end
# amalgamate end