Skip to content

Commit

Permalink
[rel] bump to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Jul 23, 2023
1 parent 602ca93 commit ad0630f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions acme_srv/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '0.28'
__dbversion__ = '0.23.2'
__version__ = '0.29'
__dbversion__ = '0.29.2'
4 changes: 2 additions & 2 deletions tools/a2c_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,5 +418,5 @@ def start(self):
if __name__ == "__main__":

# start cli
CLI = CommandLineInterface()
CLI.start()
CLI = CommandLineInterface() # pragma: no cover
CLI.start() # pragma: no cover

0 comments on commit ad0630f

Please sign in to comment.