Skip to content

Commit

Permalink
0.69.17b526
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 14, 2021
1 parent 4a5fb9a commit 38c7b9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.69.17b526 (2021-07-14)
### Fix
* Fix local run (intro in #1556) (#1558) ([`4a5fb9a`](https://github.com/ocadotechnology/aimmo/commit/4a5fb9a0ca25132f54ff546422a32a831fbfc207))

## v0.69.16b520 (2021-07-13)


Expand Down
2 changes: 1 addition & 1 deletion aimmo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
if os.environ.get("RUN_MAIN", None) != "true":
default_app_config = "aimmo.apps.AimmoAppConfig"

__version__ = "0.69.16b520"
__version__ = "0.69.17b526"

0 comments on commit 38c7b9a

Please sign in to comment.