diff --git a/novajoin/notifications.py b/novajoin/notifications.py index 3a31c63..dd726d4 100644 --- a/novajoin/notifications.py +++ b/novajoin/notifications.py @@ -128,7 +128,7 @@ class NotificationEndpoint(object): def main(): register_keystoneauth_opts(CONF) - CONF(sys.argv[1:], project='join', version='1.0.2') + CONF(sys.argv[1:], project='join', version='1.0.3') logging.setup(CONF, 'join') transport = oslo_messaging.get_transport(CONF) diff --git a/novajoin/wsgi.py b/novajoin/wsgi.py index b8ccde3..b63b0e0 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.2') + CONF(sys.argv[1:], project='join', version='1.0.3') log.setup(CONF, 'join') launcher = process_launcher() server = WSGIService('join') diff --git a/setup.py b/setup.py index 835a8b1..527751e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup setup( name='novajoin', - version='1.0.2', + version='1.0.3', description='Nova integration to enroll IPA clients',