Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:master commit in: WebappConfig/
Date: Sat, 25 Jan 2014 03:17:07
Message-Id: 1390619850.a8e3acd8a1ee4e146870ea748a1b323d33128461.twitch153@gentoo
1 commit: a8e3acd8a1ee4e146870ea748a1b323d33128461
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 25 03:17:30 2014 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 03:17:30 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=a8e3acd8
7
8 Bump to version 1.53
9
10 ---
11 WebappConfig/version.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/WebappConfig/version.py b/WebappConfig/version.py
15 index 48627a8..45f8758 100644
16 --- a/WebappConfig/version.py
17 +++ b/WebappConfig/version.py
18 @@ -13,7 +13,7 @@
19 #
20 # ========================================================================
21
22 -WCVERSION = '1.52'
23 +WCVERSION = '1.53'
24
25 if __name__ == '__main__':
26 print(WCVERSION)