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 58BD2138334 for ; Sun, 16 Jun 2019 18:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75432E083B; Sun, 16 Jun 2019 18:35:37 +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 5802DE083B for ; Sun, 16 Jun 2019 18:35:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1831934625C for ; Sun, 16 Jun 2019 18:35:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99A314D3 for ; Sun, 16 Jun 2019 18:35:34 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1560710049.42ce8b5fde54ad3634c4cdd61bb0c61513f107ed.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 42ce8b5fde54ad3634c4cdd61bb0c61513f107ed X-VCS-Branch: master Date: Sun, 16 Jun 2019 18:35:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d856d9fb-eaee-4ad1-bb58-bccb9a555835 X-Archives-Hash: 636041d30edbfef4d4e76a09c951a646 commit: 42ce8b5fde54ad3634c4cdd61bb0c61513f107ed Author: Matt Turner gmail com> AuthorDate: Sun Jun 16 18:34:09 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jun 16 18:34:09 2019 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=42ce8b5f catalyst 3.0.5 Signed-off-by: Matt Turner gentoo.org> catalyst/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/version.py b/catalyst/version.py index fbbef174..eac78fe8 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.4" +__version__= "3.0.5" _ver = None