From 7640158b012c5b5dd2e15bf3d9e920c0f56c5486 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 24 Oct 2012 10:46:38 -0400 Subject: [PATCH] Setting version to 5.2.35 in gittip/__init__.py. --- gittip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gittip/__init__.py b/gittip/__init__.py index 74a2ec6b89..106860c15d 100644 --- a/gittip/__init__.py +++ b/gittip/__init__.py @@ -37,7 +37,7 @@ def age(): AMOUNTS = [Decimal(a) for a in ('0.00', '1.00', '3.00', '6.00', '12.00', '24.00')] -__version__ = "~~VERSION~~" +__version__ = "5.2.35" def get_tip(tipper, tippee):