diff options
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | layman/version.py | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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) |