diff options
author | Devan Franchini <twitch153@gentoo.org> | 2016-05-09 20:02:31 -0400 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2016-05-09 20:02:31 -0400 |
commit | 0b06cf1ccea9f9d56f9631eea1987a86abfb99a7 (patch) | |
tree | 77ede4fc98eb01ce3b283dc6c37c86e61d2d2c21 | |
parent | Adds sourcefile var to inits for plug-in modules (diff) | |
download | layman-0b06cf1ccea9f9d56f9631eea1987a86abfb99a7.tar.gz layman-0b06cf1ccea9f9d56f9631eea1987a86abfb99a7.tar.bz2 layman-0b06cf1ccea9f9d56f9631eea1987a86abfb99a7.zip |
Bumps version number to 2.4.12.4.1
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | layman/version.py | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -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 @@ -3,7 +3,7 @@ README ====== :Last update: Date: 2016-04-30 -:Revision: 2.4.0 +:Revision: 2.4.1 :Contact: Brian Dolbec <dolsen@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) |