Skip to content

Commit

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

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

## v0.62.2 (2021-01-28)


## v0.62.2b127 (2021-01-28)
### Fix
* Update game's avatars with worksheet's code on change (#1454) ([`110636f`](https://github.com/ocadotechnology/aimmo/commit/110636f743092a974ef0992e0dbe46c1aae1f90b))
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.62.2b127'
__version__ = '0.62.2'

0 comments on commit f8a6873

Please sign in to comment.