From 2bf49843a45fb892ea27fbce27266df8b008978f Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 15 Jan 2013 18:22:10 -0800 Subject: [PATCH] Release 1.5.2 --- docs/changelog.rst | 1 + fabric/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 35907dcb89..b4ac850646 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,6 +25,7 @@ would have also been included in the 1.2 line. Changelog ========= +* :release:`1.5.2 <2013-01-15>` * :bug:`766` Use the variable name of a new-style ``fabric.tasks.Task`` subclass object when the object name attribute is undefined. Thanks to `@todddeluca` for the patch. diff --git a/fabric/version.py b/fabric/version.py index 7afd6eae68..98ec82b803 100644 --- a/fabric/version.py +++ b/fabric/version.py @@ -9,7 +9,7 @@ from os.path import abspath, dirname -VERSION = (1, 5, 1, 'final', 0) +VERSION = (1, 5, 2, 'final', 0) def git_sha():