Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Become 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rcritten committed Nov 29, 2016
1 parent a1c94a1 commit 7fbf469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion novajoin/notifications.py
Expand Up @@ -126,7 +126,7 @@ def info(self, ctxt, publisher_id, event_type, payload, metadata):

def main():
register_keystoneauth_opts(CONF)
CONF(sys.argv[1:], version='1.0.8',
CONF(sys.argv[1:], version='1.0.9',
default_config_files=config.find_config_files())
logging.setup(CONF, 'join')

Expand Down
2 changes: 1 addition & 1 deletion novajoin/wsgi.py
Expand Up @@ -105,7 +105,7 @@ def process_launcher():
def main():

keystone_client.register_keystoneauth_opts(CONF)
CONF(sys.argv[1:], version='1.0.8',
CONF(sys.argv[1:], version='1.0.9',
default_config_files=config.find_config_files())
log.setup(CONF, 'join')
launcher = process_launcher()
Expand Down

0 comments on commit 7fbf469

Please sign in to comment.