mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
version bump to 0.5.11
This commit is contained in:
parent
8941dfddb7
commit
33642bb875
5 changed files with 18 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
|||
version: 0.5.10.{build}
|
||||
version: 0.5.11.{build}
|
||||
os: Windows Server 2012 R2
|
||||
environment:
|
||||
|
||||
|
|
|
@ -4,6 +4,22 @@ Xonsh Change Log
|
|||
|
||||
.. current developments
|
||||
|
||||
v0.5.11
|
||||
====================
|
||||
|
||||
**Added:**
|
||||
|
||||
* ``release.xsh`` creates a github release with the merged news entries as the
|
||||
release body
|
||||
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* ``xonfig`` now displays the proper value for "on linux"
|
||||
|
||||
|
||||
|
||||
|
||||
v0.5.10
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* ``release.xsh`` creates a github release with the merged news entries as the
|
||||
release body
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -1,13 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* ``xonfig`` now displays the proper value for "on linux"
|
||||
|
||||
**Security:** None
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '0.5.10'
|
||||
__version__ = '0.5.11'
|
||||
|
||||
|
||||
# amalgamate exclude jupyter_kernel parser_table parser_test_table pyghooks
|
||||
|
|
Loading…
Add table
Reference in a new issue