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 BFB201382C5 for ; Thu, 23 Jun 2016 21:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4456514217; Thu, 23 Jun 2016 21:23:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4A2914217 for ; Thu, 23 Jun 2016 21:23:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1ABE340C58 for ; Thu, 23 Jun 2016 21:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 805FD2411 for ; Thu, 23 Jun 2016 21:23:38 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1466716985.eec986f4ed2e7b4d996e7a9b8b6bced257962c4f.sping@gentoo> Subject: [gentoo-commits] proj/metagen:master commit in: metagen/ X-VCS-Repository: proj/metagen X-VCS-Files: metagen/version.py X-VCS-Directories: metagen/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: eec986f4ed2e7b4d996e7a9b8b6bced257962c4f X-VCS-Branch: master Date: Thu, 23 Jun 2016 21:23:38 +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: ef61441e-83f6-4b87-b628-f96ef4342802 X-Archives-Hash: 1797f22fb08419cb4f76c3701769d23f commit: eec986f4ed2e7b4d996e7a9b8b6bced257962c4f Author: Sebastian Pipping pipping org> AuthorDate: Thu Jun 23 21:23:05 2016 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu Jun 23 21:23:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=eec986f4 Bump version to 0.6.5 metagen/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagen/version.py b/metagen/version.py index 0b07dbe..0fd024b 100644 --- a/metagen/version.py +++ b/metagen/version.py @@ -1 +1 @@ -__version__="0.6.4.2" +__version__="0.6.5"