From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B1D11381F3 for ; Sat, 30 Dec 2017 18:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5966DE08E0; Sat, 30 Dec 2017 18:25:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30EB0E08D9 for ; Sat, 30 Dec 2017 18:25:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37822335C31 for ; Sat, 30 Dec 2017 18:25:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79142199 for ; Sat, 30 Dec 2017 18:25:13 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1514658211.edc049c85af1a73bb029e3b850a863ce1c871c8e.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/version.py X-VCS-Directories: catalyst/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: edc049c85af1a73bb029e3b850a863ce1c871c8e X-VCS-Branch: master Date: Sat, 30 Dec 2017 18:25:13 +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: 37c58159-fb1d-4acb-8702-f78d5295b2c2 X-Archives-Hash: fe2a2f4887fd361dbd0cbb4badebeb83 commit: edc049c85af1a73bb029e3b850a863ce1c871c8e Author: Brian Dolbec gentoo org> AuthorDate: Sat Dec 30 18:22:56 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat Dec 30 18:23:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=edc049c8 Update version for a release catalyst/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/version.py b/catalyst/version.py index 8c9c338b..f0a0db20 100644 --- a/catalyst/version.py +++ b/catalyst/version.py @@ -12,7 +12,7 @@ import os from snakeoil.version import get_git_version as get_ver -__version__= "3.0.0" +__version__= "3.0.1" _ver = None