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 E593F138010 for ; Sun, 14 Oct 2012 21:35:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CF36E0486; Sun, 14 Oct 2012 21:35:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 10EDEE0486 for ; Sun, 14 Oct 2012 21:35:28 +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 72E4633C6B6 for ; Sun, 14 Oct 2012 21:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 444B8E5441 for ; Sun, 14 Oct 2012 21:35:26 +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: <1350250495.3eae6b2ec7a096a3bad6f497b8bb11704280b03a.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: 3eae6b2ec7a096a3bad6f497b8bb11704280b03a X-VCS-Branch: master Date: Sun, 14 Oct 2012 21:35:26 +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: 72fbed81-47da-468b-9b5e-47ace2274cc7 X-Archives-Hash: 9527f8b123368829f08d018038fab68d commit: 3eae6b2ec7a096a3bad6f497b8bb11704280b03a Author: Michał Górny gentoo org> AuthorDate: Sun Oct 14 21:34:55 2012 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 14 21:34:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoopm.git;a=commit;h=3eae6b2e Bump PV to 0.2.6. --- gentoopm/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gentoopm/__init__.py b/gentoopm/__init__.py index 30b7dd9..6fef2b6 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.5' +PV = '0.2.6' """ The package version.