Commit 37bce273 authored by Nicolas Wavrant's avatar Nicolas Wavrant

Release 0.38.

parent 314206ec
0.38 (2013-12-03)
-----------------
* Slaprunner: adds an integrated shell [ca6a670a]
* Slaprunner: uses basic authentification [05913751]
* Slaprunner: adds automated deployment of a Software Release [c8ab1273]
* Slaprunner: flask development server replaced by Gunicorn, a WSGI server [48d60d0f]
* Slaprunner: new test scenario for auto-deployment [c6007954]
* Runner resiliencytestsuite: adds basic auth support [3c03f12b]
* Runner resiliencytestsuite: tests can be done on only one Slapos node [07198d87]
0.37.4 (2013-10-15)
-------------------
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.37.4'
version = '0.38'
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