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 10398138CC9 for ; Fri, 27 Mar 2015 23:42:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAC55E0878; Fri, 27 Mar 2015 23:42:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B094E0878 for ; Fri, 27 Mar 2015 23:42:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45B05340AC9 for ; Fri, 27 Mar 2015 23:42:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3CAC14AD5 for ; Fri, 27 Mar 2015 23:42:04 +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: <1427499619.d1bb8a0ba7e2a906db4e550d653dbabaf2d9a8b5.twitch153@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/ X-VCS-Repository: proj/layman X-VCS-Files: layman/version.py X-VCS-Directories: layman/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: d1bb8a0ba7e2a906db4e550d653dbabaf2d9a8b5 X-VCS-Branch: master Date: Fri, 27 Mar 2015 23:42:04 +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: f9aabd68-f577-4bbc-b73a-e7f5de9b2a0f X-Archives-Hash: a0a3eebaa8c9c72197767d41d8cb011c commit: d1bb8a0ba7e2a906db4e550d653dbabaf2d9a8b5 Author: Devan Franchini gentoo org> AuthorDate: Fri Mar 27 23:16:38 2015 +0000 Commit: Devan Franchini gentoo org> CommitDate: Fri Mar 27 23:40:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=d1bb8a0b version.py: Bumps version layman/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layman/version.py b/layman/version.py index 75feadb..ee73005 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.3.0' +VERSION = '2.3.1-git' if __name__ == '__main__': print(VERSION)