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

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacia committed Apr 22, 2016
1 parent ea911c5 commit 7fe9d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/datastore.py
Expand Up @@ -859,7 +859,7 @@ def clear_all(self, except_guids=None):
with conn:
cursor = conn.cursor()
cursor.execute('''DELETE FROM moderators WHERE guid NOT IN ({seq})'''.format(
seq=','.join(['?']*len(except_guids))), except_guids)
seq=','.join(['?']*len(except_guids))), except_guids)
conn.commit()

conn.close()
Expand Down
2 changes: 1 addition & 1 deletion openbazaard.py
Expand Up @@ -214,7 +214,7 @@ class Parser(object):
def __init__(self, daemon):
self.daemon = daemon
parser = argparse.ArgumentParser(
description='OpenBazaar-Server v0.1.7',
description='OpenBazaar-Server v0.1.8',
usage='''
python openbazaard.py <command> [<args>]
python openbazaard.py <command> --help
Expand Down

0 comments on commit 7fe9d86

Please sign in to comment.