mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
version bump to 0.4.1
This commit is contained in:
parent
70d52ce457
commit
c6f573f11b
4 changed files with 14 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
====================
|
||||
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue