mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
version bump to 0.5.1
This commit is contained in:
parent
7aa4063ff1
commit
db923baab5
4 changed files with 12 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
version: 0.5.0.{build}
|
||||
version: 0.5.1.{build}
|
||||
os: Windows Server 2012 R2
|
||||
install:
|
||||
- C:\Python35\Scripts\pip install -r requirements-tests.txt
|
||||
|
|
|
@ -4,6 +4,16 @@ Xonsh Change Log
|
|||
|
||||
.. current developments
|
||||
|
||||
v0.5.1
|
||||
====================
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fixed xonfig raising error when xonsh is not installed from source.
|
||||
|
||||
|
||||
|
||||
|
||||
v0.5.0
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fixed xonfig raising error when xonsh is not installed from source.
|
||||
|
||||
**Security:** None
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '0.5.0'
|
||||
__version__ = '0.5.1'
|
||||
|
||||
# amalgamate exclude jupyter_kernel parser_table parser_test_table pyghooks
|
||||
# amalgamate exclude winutils wizard pytest_plugin fs
|
||||
|
|
Loading…
Add table
Reference in a new issue