Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoopm:master commit in: gentoopm/
Date: Mon, 09 Jan 2012 16:09:38
Message-Id: f35c751f4d287be840697c39ccdf72c636d6c023.mgorny@gentoo
1 commit: f35c751f4d287be840697c39ccdf72c636d6c023
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 9 16:09:37 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 9 16:09:37 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoopm.git;a=commit;h=f35c751f
7
8 Bump PV to 0.2.5.
9
10 ---
11 gentoopm/__init__.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/gentoopm/__init__.py b/gentoopm/__init__.py
15 index a67ec65..30b7dd9 100644
16 --- a/gentoopm/__init__.py
17 +++ b/gentoopm/__init__.py
18 @@ -3,7 +3,7 @@
19 # (c) 2011 Michał Górny <mgorny@g.o>
20 # Released under the terms of the 2-clause BSD license.
21
22 -PV = '0.2.4'
23 +PV = '0.2.5'
24
25 """
26 The package version.