Release 0.26

parent 63f2e32c
0.26 (Unreleased)
0.26 (2012-07-06)
=================
* No change yet.
* slaprunner now supports authentication and instance parameters.
[Alain Takoudjou]
* Redisign of Test Agent so that it supports proper instantiation test and
report. [Vincent Pelletier]
0.25 (2012-06-19)
=================
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.26-dev'
version = '0.26'
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