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: Sat, 24 Dec 2011 10:36:24
Message-Id: a6bb6da05efcecc914cab2172f2d5c2adfb086de.mgorny@gentoo
1 commit: a6bb6da05efcecc914cab2172f2d5c2adfb086de
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 24 10:33:33 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 24 10:33:33 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoopm.git;a=commit;h=a6bb6da0
7
8 Bump PV to 0.2.4.
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 a5a1ff9..a67ec65 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.3'
23 +PV = '0.2.4'
24
25 """
26 The package version.