commit:     0b06cf1ccea9f9d56f9631eea1987a86abfb99a7
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 00:02:31 2016 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Tue May 10 00:02:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=0b06cf1c

Bumps version number to 2.4.1

 CHANGES           | 6 +++++-
 README            | 2 +-
 layman/version.py | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/CHANGES b/CHANGES
index 15aaee8..c64007b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,11 @@
 CHANGES
 -------
 
-Version 2.4.0 - Release 2016-??-??
+Version 2.4.1 - Release 2016-05-06
+==================================
+ - adds sourcefile to plug-in modules, fixes bug #582154
+
+Version 2.4.0 - Release 2016-05-03
 ==================================
  - adds support for different overlay database types
  - adds json database support

diff --git a/README b/README
index f5763de..3e8e941 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ README
 ======
 
 :Last update:   Date: 2016-04-30
-:Revision:      2.4.0
+:Revision:      2.4.1
 :Contact:       Brian Dolbec <dol...@gentoo.org>
 
 

diff --git a/layman/version.py b/layman/version.py
index 1e1427f..c6d20cd 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.0'
+VERSION = '2.4.1'
 
 if __name__ == '__main__':
     print(VERSION)

Reply via email to