From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 43A67138010 for ; Wed, 5 Sep 2012 01:48:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35755E05F9; Wed, 5 Sep 2012 01:48:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 01312E05F9 for ; Wed, 5 Sep 2012 01:48:21 +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 66E6F33D7FA for ; Wed, 5 Sep 2012 01:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CF104E543D for ; Wed, 5 Sep 2012 01:48:19 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1346809644.c7a487aafca7c1ef2baf157853f88075960b8b6f.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: / X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst X-VCS-Directories: / X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: c7a487aafca7c1ef2baf157853f88075960b8b6f X-VCS-Branch: master Date: Wed, 5 Sep 2012 01:48:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8db7960a-e88f-4f6b-9942-12e0c75e7cf1 X-Archives-Hash: f7f4508a497c963ca4f27b078ec29b8f commit: c7a487aafca7c1ef2baf157853f88075960b8b6f Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Wed Sep 5 01:47:24 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Wed Sep 5 01:47:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=c7a487aa Update version to prepare the 2.0.11 release. --- catalyst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/catalyst b/catalyst index 118574a..33e121f 100755 --- a/catalyst +++ b/catalyst @@ -19,7 +19,7 @@ import catalyst.config import catalyst.util __maintainer__="Catalyst " -__version__="2.0.10.1" +__version__="2.0.11" conf_values={}