Commit d19d421e authored by Nicolas Wavrant's avatar Nicolas Wavrant

Release 0.39.3 (Runner)

parent 8cebacc6
0.39.4 (2014-08-11)
-------------------
* Slaprunner: Add a minishell feature, using far less bandwith than shellinabox
* Slaprunner: Slapgrid state is correctly rendered while compiling
* Slaprunner: consider new parameter's values without needing to restart [719da31a]
* Slaprunner: slapgrid's last result is always accessible through a stored file [a0bc26e9]
* Slaprunner: Fix dangerous bug concerning custom parameters [50ca3386]
* Slaprunner: various fixes and improvements
0.39.3 (2014-07-11)
-----------------
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.39.3'
version = '0.39.4'
name = 'slapos.toolbox'
long_description = open("README.txt").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment