diff --git a/CHANGES.txt b/CHANGES.txt index 84822cc260ca7299d6790487ea9e4261e8cba161..c4e095f5b5776697e2a3e4215a029cf25bfe7d99 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,11 @@ +0.62 (2016-10-26) +================= + +* monitor_config_write: CORS apache conf should be rendered from a slapos template +* runner: user's git information can now contain utf-8 characters +* monitor: fix cleanup of monitor promises result folder + + 0.61 (2016-10-26) ================= diff --git a/setup.py b/setup.py index f14807a50d94547f7469ae6fdcbca38f1c0c9a3f..9140d774e1ef9def39324350192434c7f70afbcd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import glob import os -version = '0.61' +version = '0.62' name = 'slapos.toolbox' long_description = open("README.rst").read() + "\n"