From 9c427606dccfb88c4e4c4de3d14f30418f174e2e Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Thu, 2 Feb 2017 09:02:14 -0800 Subject: 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) -- cgit v1.2.3-65-gdbad