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 833D81381F4 for ; Mon, 10 Dec 2012 21:04:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F2D6E0603; Mon, 10 Dec 2012 21:04:51 +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 AAE18E0077 for ; Mon, 10 Dec 2012 21:04:50 +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 A9A2633DB27 for ; Mon, 10 Dec 2012 21:04:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4AEBBE543C for ; Mon, 10 Dec 2012 21:04:48 +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: <1355173419.e869e869221dea54ba77381a8441b1dd90a82b25.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: e869e869221dea54ba77381a8441b1dd90a82b25 X-VCS-Branch: master Date: Mon, 10 Dec 2012 21:04:48 +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: 72de975c-09a7-4244-b22c-a3dbcf94369b X-Archives-Hash: ddeea3e55681ff5f9b67f15bc13f1f39 commit: e869e869221dea54ba77381a8441b1dd90a82b25 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 10 21:03:39 2012 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 10 21:03:39 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoopm.git;a=commit;h=e869e869 Bump version to 0.2.7. --- gentoopm/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gentoopm/__init__.py b/gentoopm/__init__.py index 6fef2b6..a09ada8 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.6' +PV = '0.2.7' """ The package version.