Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:master commit in: /, WebappConfig/
Date: Thu, 31 Oct 2013 22:05:58
Message-Id: 1383257003.326d7ecf491076d723a9d0745b69a62bcb1c7378.blueness@gentoo
1 commit: 326d7ecf491076d723a9d0745b69a62bcb1c7378
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 31 22:03:23 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 31 22:03:23 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=326d7ecf
7
8 Bump to version 1.51
9
10 ---
11 AUTHORS | 14 +++++++-------
12 WebappConfig/version.py | 2 +-
13 2 files changed, 8 insertions(+), 8 deletions(-)
14
15 diff --git a/AUTHORS b/AUTHORS
16 index a89d74c..fd618e9 100644
17 --- a/AUTHORS
18 +++ b/AUTHORS
19 @@ -5,16 +5,16 @@ Original design came from GLEP 11:
20
21 http://glep.gentoo.org/
22
23 -Original code authors:
24 +Current code maintainers:
25
26 - Stuart Herbert <stuart@×××××××××××××.com>
27 - Renat Lumpau <rl03@g.o>
28 - Gunnar Wrobel <wrobel@g.o>
29 + Anthony G. Basile <blueness@g.o>
30 + Devan Franchini <twitch153@g.o>
31
32 -Current maintainers:
33 +Original code authors:
34
35 - Anthony G. Basile <blueness@g.o>
36 - Devan Franchini <twitch153@×××××××.com>
37 + Stuart Herbert
38 + Renat Lumpau
39 + Gunnar Wrobel
40
41 Significant contributors (testing, review, design suggestions):
42
43
44 diff --git a/WebappConfig/version.py b/WebappConfig/version.py
45 index 4d5931b..48627a8 100644
46 --- a/WebappConfig/version.py
47 +++ b/WebappConfig/version.py
48 @@ -13,7 +13,7 @@
49 #
50 # ========================================================================
51
52 -WCVERSION = '1.51'
53 +WCVERSION = '1.52'
54
55 if __name__ == '__main__':
56 print(WCVERSION)