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 72FDF58973 for ; Sat, 23 Jan 2016 19:04:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E52D5E07ED; Sat, 23 Jan 2016 19:04:57 +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 8DBBAE07ED for ; Sat, 23 Jan 2016 19:04:57 +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 97900340ABC for ; Sat, 23 Jan 2016 19:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 891F8106A for ; Sat, 23 Jan 2016 19:04:53 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1453575747.9e06ed9f3629af7809a2f5bbfcea8458ca7b9d15.dolsen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys-gen/gkeygen/, gkeys/gkeys/, gkeys-ldap/gkeyldap/ X-VCS-Repository: proj/gentoo-keys X-VCS-Files: gkeys-gen/gkeygen/__init__.py gkeys-ldap/gkeyldap/__init__.py gkeys/gkeys/__init__.py X-VCS-Directories: gkeys-gen/gkeygen/ gkeys/gkeys/ gkeys-ldap/gkeyldap/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9e06ed9f3629af7809a2f5bbfcea8458ca7b9d15 X-VCS-Branch: master Date: Sat, 23 Jan 2016 19:04:53 +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: 9738e1b3-bd95-440b-b85e-cfbdc723c363 X-Archives-Hash: 9471a5df6cacd575a89bd8441eda66fc commit: 9e06ed9f3629af7809a2f5bbfcea8458ca7b9d15 Author: Brian Dolbec gentoo org> AuthorDate: Wed Jan 20 17:48:05 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat Jan 23 19:02:27 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=9e06ed9f Bump versions for a release gkeys-gen/gkeygen/__init__.py | 2 +- gkeys-ldap/gkeyldap/__init__.py | 2 +- gkeys/gkeys/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gkeys-gen/gkeygen/__init__.py b/gkeys-gen/gkeygen/__init__.py index ea87b6a..418738c 100644 --- a/gkeys-gen/gkeygen/__init__.py +++ b/gkeys-gen/gkeygen/__init__.py @@ -6,7 +6,7 @@ from collections import OrderedDict from gkeygen.actions import Action_Map, Available_Actions -__version__ = '0.1' +__version__ = '0.2' __license__ = 'GPLv2' diff --git a/gkeys-ldap/gkeyldap/__init__.py b/gkeys-ldap/gkeyldap/__init__.py index afc133e..682b458 100644 --- a/gkeys-ldap/gkeyldap/__init__.py +++ b/gkeys-ldap/gkeyldap/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -__version__ = '0.1' +__version__ = '0.2' __license__ = 'GPLv2' diff --git a/gkeys/gkeys/__init__.py b/gkeys/gkeys/__init__.py index d148872..05fc730 100644 --- a/gkeys/gkeys/__init__.py +++ b/gkeys/gkeys/__init__.py @@ -8,7 +8,7 @@ from collections import OrderedDict from gkeys.action_map import Action_Map, Available_Actions -__version__ = '0.1' +__version__ = '0.2' __license__ = 'GPLv2'