summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-10-31 18:03:23 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-10-31 19:41:19 -0400
commit8c538a9c864c3eecb466824f3ed4c41cdd4b302c (patch)
tree84807d9c068562899f327794b5e7762f5e2f20b2
parentWebappConfig/config.py: Modifies default interpolation style. (diff)
downloadwebapp-config-8c538a9c864c3eecb466824f3ed4c41cdd4b302c.tar.gz
webapp-config-8c538a9c864c3eecb466824f3ed4c41cdd4b302c.tar.bz2
webapp-config-8c538a9c864c3eecb466824f3ed4c41cdd4b302c.zip
Bump to version 1.521.52
-rw-r--r--AUTHORS14
-rw-r--r--WebappConfig/version.py2
2 files changed, 8 insertions, 8 deletions
diff --git a/AUTHORS b/AUTHORS
index a89d74c..fd618e9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,16 +5,16 @@ Original design came from GLEP 11:
http://glep.gentoo.org/
-Original code authors:
+Current code maintainers:
- Stuart Herbert <stuart@stuartherbert.com>
- Renat Lumpau <rl03@gentoo.org>
- Gunnar Wrobel <wrobel@gentoo.org>
+ Anthony G. Basile <blueness@gentoo.org>
+ Devan Franchini <twitch153@gentoo.org>
-Current maintainers:
+Original code authors:
- Anthony G. Basile <blueness@gentoo.org>
- Devan Franchini <twitch153@hotmail.com>
+ Stuart Herbert
+ Renat Lumpau
+ Gunnar Wrobel
Significant contributors (testing, review, design suggestions):
diff --git a/WebappConfig/version.py b/WebappConfig/version.py
index 4d5931b..48627a8 100644
--- a/WebappConfig/version.py
+++ b/WebappConfig/version.py
@@ -13,7 +13,7 @@
#
# ========================================================================
-WCVERSION = '1.51'
+WCVERSION = '1.52'
if __name__ == '__main__':
print(WCVERSION)