From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8CF4F138252 for ; Tue, 10 May 2016 01:08:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDA4521C06B; Tue, 10 May 2016 01:08:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58F5221C06B for ; Tue, 10 May 2016 01:08:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 673E0340B5D for ; Tue, 10 May 2016 01:08:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4640E86E for ; Tue, 10 May 2016 01:08:35 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1462838551.0b06cf1ccea9f9d56f9631eea1987a86abfb99a7.twitch153@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: /, layman/ X-VCS-Repository: proj/layman X-VCS-Files: CHANGES README layman/version.py X-VCS-Directories: / layman/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 0b06cf1ccea9f9d56f9631eea1987a86abfb99a7 X-VCS-Branch: master Date: Tue, 10 May 2016 01:08:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2c72eac9-6052-4c58-a154-a2ae17fa9edb X-Archives-Hash: 1edb844c5ef6fa88ae07f77a37c7d8ac commit: 0b06cf1ccea9f9d56f9631eea1987a86abfb99a7 Author: Devan Franchini gentoo org> AuthorDate: Tue May 10 00:02:31 2016 +0000 Commit: Devan Franchini gentoo 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 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)