commit:     9c427606dccfb88c4e4c4de3d14f30418f174e2e
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 17:02:14 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 17:06:44 2017 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=9c427606

Update for a release

 CHANGES           | 6 ++++++
 layman/version.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index c64007b..14bf02c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
 CHANGES
 -------
 
+Version 2.4.2 - Release 2017-02-01
+==================================
+ - Bug 587474 Fix a missed eprefix placeholder for repos_conf setting.
+ - Bug 539336 Adds exception handling
+ - Fix commit 63808ef00f94 mis-applied 'sourcefile' attribute changes
+
 Version 2.4.1 - Release 2016-05-06
 ==================================
  - adds sourcefile to plug-in modules, fixes bug #582154

diff --git a/layman/version.py b/layman/version.py
index c6d20cd..402a339 100644
--- a/layman/version.py
+++ b/layman/version.py
@@ -24,7 +24,7 @@ from __future__ import unicode_literals
 __version__ = "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $"
 
 
-VERSION = '2.4.1'
+VERSION = '2.4.2'
 
 if __name__ == '__main__':
     print(VERSION)

Reply via email to