Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/layman:master commit in: layman/
Date: Sun, 28 Sep 2014 23:18:11
Message-Id: 1411944147.3a30535037f98d6023677bfc70695097b82d9a02.twitch153@gentoo
1 commit: 3a30535037f98d6023677bfc70695097b82d9a02
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 28 22:42:27 2014 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 28 22:42:27 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=3a305350
7
8 version.py: Updates version to 2.2.1-git
9
10 ---
11 layman/version.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/layman/version.py b/layman/version.py
15 index 9ea3b8e..d6f8eaf 100644
16 --- a/layman/version.py
17 +++ b/layman/version.py
18 @@ -24,7 +24,7 @@ from __future__ import unicode_literals
19 __version__ = "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $"
20
21
22 -VERSION = '2.2.0-git'
23 +VERSION = '2.2.1-git'
24
25 if __name__ == '__main__':
26 print(VERSION)