Commit b68fe741 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Release 0.39.2 (Runner)

parent f92c5af0
0.39.2 (2014-05-16)
-----------------
* Slaprunner: Add tab support [Alain T.]
* Slaprunner: Add upload file [Alain T.]
* Slaprunner: Improve editor full window [Alain T.]
* Slaprunner: Various fixes
0.39.1 (2014-04-30)
-----------------
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.39.1'
version = '0.39.2'
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