Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/layman:master commit in: layman/, /
Date: Thu, 02 Feb 2017 17:12:27
Message-Id: 1486055204.9c427606dccfb88c4e4c4de3d14f30418f174e2e.dolsen@gentoo
1 commit: 9c427606dccfb88c4e4c4de3d14f30418f174e2e
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 17:02:14 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 17:06:44 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=9c427606
7
8 Update for a release
9
10 CHANGES | 6 ++++++
11 layman/version.py | 2 +-
12 2 files changed, 7 insertions(+), 1 deletion(-)
13
14 diff --git a/CHANGES b/CHANGES
15 index c64007b..14bf02c 100644
16 --- a/CHANGES
17 +++ b/CHANGES
18 @@ -1,6 +1,12 @@
19 CHANGES
20 -------
21
22 +Version 2.4.2 - Release 2017-02-01
23 +==================================
24 + - Bug 587474 Fix a missed eprefix placeholder for repos_conf setting.
25 + - Bug 539336 Adds exception handling
26 + - Fix commit 63808ef00f94 mis-applied 'sourcefile' attribute changes
27 +
28 Version 2.4.1 - Release 2016-05-06
29 ==================================
30 - adds sourcefile to plug-in modules, fixes bug #582154
31
32 diff --git a/layman/version.py b/layman/version.py
33 index c6d20cd..402a339 100644
34 --- a/layman/version.py
35 +++ b/layman/version.py
36 @@ -24,7 +24,7 @@ from __future__ import unicode_literals
37 __version__ = "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $"
38
39
40 -VERSION = '2.4.1'
41 +VERSION = '2.4.2'
42
43 if __name__ == '__main__':
44 print(VERSION)