Skip to content

Commit

Permalink
Update to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and jackiekazil committed Oct 22, 2022
1 parent f18bf5d commit 976ddfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
---------------

1.1.1 (2022-10-21)
++++++++++++++++++

This release fixes https://github.com/projectmesa/mesa/issues/1461 where custom user-specified portrayal images don't load in the visualization server.

1.1.0 (2022-10-10) Safford
++++++++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion mesa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
]

__title__ = "mesa"
__version__ = "1.1.0"
__version__ = "1.1.1"
__license__ = "Apache 2.0"
__copyright__ = f"Copyright {datetime.date.today().year} Project Mesa Team"

0 comments on commit 976ddfc

Please sign in to comment.