commit: 9aae3603e6785ac216e97c867c09980eefedd7b6
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 5 20:02:29 2018 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Jul 7 05:22:14 2018 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=9aae3603
gkeys: Update version and authors
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
gkeys/gkeys/__init__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gkeys/gkeys/__init__.py b/gkeys/gkeys/__init__.py
index a1e901c..dc19604 100644
--- a/gkeys/gkeys/__init__.py
+++ b/gkeys/gkeys/__init__.py
@@ -9,7 +9,7 @@ from collections import OrderedDict
from gkeys.action_map import Action_Map, Available_Actions
-__version__ = '0.2'
+__version__ = '0.3'
__license__ = 'GPLv2'
if sys.version_info[0] >= 3:
@@ -32,5 +32,5 @@ the GPG keys used for validation on users and Gentoo's
infrastracutre servers.
Gentoo Keys is able to verify GPG keys used for Gentoo's release media,
such as installation CD's, Live DVD's, packages and other GPG signed
documents.''',
'sub-cmds': subdata,
- 'authors': ['Brian Dolbec <[email protected]>', 'Pavlos Ratis
<[email protected]>'],
+ 'authors': ['Brian Dolbec <[email protected]>', 'Pavlos Ratis
<[email protected]>', 'aeroniero33 <[email protected]>'],
}