Release 0.47.

parent 704afdc5
0.47 (2015-02-05)
=================
* runner: fix syntax when stopping all processes.
* equeue: realtime logging.
0.46.1 (2015-01-30)
===================
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.46.2-dev0'
version = '0.47'
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