Release 0.32

parent c44b3723
0.31.2 (unreleased)
===================
0.32 (2012-12-13)
=================
* pubsub: support multiple notifications and callbacks. [Marco Mariani]
* pubsub: print/return errors from subprocess or notifications. [Marco Mariani]
* agent: ignore SR status, retrieve instance status with .getStatus(). [Marco
Mariani]
0.3.1 (2012-10-02)
=================
0.31.1 (2012-10-02)
===================
* slaprunner: Add new file manager. [Alain Takoudjou]
* slaprunner: Ask confirm before delete important folder. [Alain Takoudjou]
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.31.2-dev'
version = '0.32'
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