diff --git a/CHANGES.rst b/CHANGES.rst index 40d6f7c1..6ba29d22 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,11 @@ .. -*- coding: utf-8 -*- +0.4.11 +------ + +* Tweak old-style batch execution call. + + 0.4.10 ------ diff --git a/tailbone/_version.py b/tailbone/_version.py index 9473323c..218dc802 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.4.10' +__version__ = u'0.4.11'