From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SkapG-0008An-SK for garchives@archives.gentoo.org; Fri, 29 Jun 2012 13:01:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7045E0574; Fri, 29 Jun 2012 13:00:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B7627E055E for ; Fri, 29 Jun 2012 13:00:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E59A1B409E for ; Fri, 29 Jun 2012 13:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 383DCE5442 for ; Fri, 29 Jun 2012 13:00:46 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1340974225.04f0b4cedab9b28909a8ab028cec0d899105faf2.blueness@gentoo> Subject: [gentoo-commits] proj/webapp-config:master commit in: WebappConfig/ X-VCS-Repository: proj/webapp-config X-VCS-Files: WebappConfig/version.py X-VCS-Directories: WebappConfig/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 04f0b4cedab9b28909a8ab028cec0d899105faf2 X-VCS-Branch: master Date: Fri, 29 Jun 2012 13:00:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f6696688-e737-473f-a920-17760aa312ce X-Archives-Hash: c5aff365a3dd1ba2b07a72a90cc130f2 commit: 04f0b4cedab9b28909a8ab028cec0d899105faf2 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Jun 29 00:06:50 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jun 29 12:50:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/webapp-config= .git;a=3Dcommit;h=3D04f0b4ce Update WebappConfig.version.WCVERSION. Signed-off-by: Anthony G. Basile gentoo.org> --- WebappConfig/version.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebappConfig/version.py b/WebappConfig/version.py index ddf6c9d..e79de15 100644 --- a/WebappConfig/version.py +++ b/WebappConfig/version.py @@ -13,7 +13,7 @@ # # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 -WCVERSION =3D '1.50.18' +WCVERSION =3D '1.50.20' =20 if __name__ =3D=3D '__main__': print(WCVERSION)