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 4CEB61381F3 for ; Thu, 8 Aug 2013 23:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD3DFE0BBC; Thu, 8 Aug 2013 23:02:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C57FE0BBC for ; Thu, 8 Aug 2013 23:02:38 +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 5F90533EBC2 for ; Thu, 8 Aug 2013 23:02:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E1819E468F for ; Thu, 8 Aug 2013 23:02:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1376002190.cefb3ac63209fa1104ef66cbb0740eb2f2d65b60.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoopm:master commit in: gentoopm/ X-VCS-Repository: proj/gentoopm X-VCS-Files: gentoopm/__init__.py X-VCS-Directories: gentoopm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cefb3ac63209fa1104ef66cbb0740eb2f2d65b60 X-VCS-Branch: master Date: Thu, 8 Aug 2013 23:02:35 +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: d891e68b-a2d0-4dc0-a607-62e31a365cdf X-Archives-Hash: 34584730303798b8b89c9704e64fa45a commit: cefb3ac63209fa1104ef66cbb0740eb2f2d65b60 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 8 22:49:50 2013 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 8 22:49:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoopm.git;a=commit;h=cefb3ac6 Bump PV to 0.2.9. --- gentoopm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoopm/__init__.py b/gentoopm/__init__.py index a9529dc..b1a6471 100644 --- a/gentoopm/__init__.py +++ b/gentoopm/__init__.py @@ -3,7 +3,7 @@ # (c) 2011 Michał Górny # Released under the terms of the 2-clause BSD license. -PV = '0.2.8' +PV = '0.2.9' """ The package version.