Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
0.65.0b170
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 22, 2021
1 parent 87e7eac commit 681d4b8
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.65.0b170 (2021-02-22)
### Feature
* Update console theme to modified monokai, then increase font size to 18px (#1468) ([`87e7eac`](https://github.com/ocadotechnology/aimmo/commit/87e7eacf29a9de73acea56e1854a683b4a4879a4))

## v0.64.0b166 (2021-02-17)


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.64.0b166'
__version__ = '0.65.0b170'

0 comments on commit 681d4b8

Please sign in to comment.