From 025c81c35b6bdadeffee350f8352950fc2febd64 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 9 Nov 2016 20:39:41 +0000 Subject: [PATCH] Become 1.0.7 --- novajoin/notifications.py | 2 +- novajoin/wsgi.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/novajoin/notifications.py b/novajoin/notifications.py index ac638f9..0eb96df 100644 --- a/novajoin/notifications.py +++ b/novajoin/notifications.py @@ -126,7 +126,7 @@ class NotificationEndpoint(object): def main(): register_keystoneauth_opts(CONF) - CONF(sys.argv[1:], project='join', version='1.0.6') + CONF(sys.argv[1:], project='join', version='1.0.7') logging.setup(CONF, 'join') transport = oslo_messaging.get_transport(CONF) diff --git a/novajoin/wsgi.py b/novajoin/wsgi.py index 27fe80b..2b786b7 100644 --- a/novajoin/wsgi.py +++ b/novajoin/wsgi.py @@ -105,7 +105,7 @@ def process_launcher(): def main(): keystone_client.register_keystoneauth_opts(CONF) - CONF(sys.argv[1:], project='join', version='1.0.6') + CONF(sys.argv[1:], project='join', version='1.0.7') log.setup(CONF, 'join') launcher = process_launcher() server = WSGIService('join') diff --git a/setup.cfg b/setup.cfg index d4438c2..2bb6d6d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = novajoin -version = 1.0.6 +version = 1.0.7 description = Nova integration to enroll IPA clients author = Rob Crittenden author_email = rcritten@redhat.com