Skip to content

Commit

Permalink
add v0.9.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-boyu committed Feb 4, 2025
1 parent 9f059d1 commit fe83668
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Release History
---------------

# 0.9.1 (2025-02-04)

## What's Changed

### 🛠 Enhancements made
* refactor: :recycle: separate cells' initialization into a private method by @SongshGeo in https://github.com/projectmesa/mesa-geo/pull/274
### 🐛 Bugs fixed
* fix typo in intro tutorial by @wang-boyu in https://github.com/projectmesa/mesa-geo/pull/275

## New Contributors
* @SongshGeo made their first contribution in https://github.com/projectmesa/mesa-geo/pull/274

**Full Changelog**: https://github.com/projectmesa/mesa-geo/compare/v0.9.0...v0.9.1

# 0.9.0 (2024-12-21)

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = "0.9.0"
version = "0.9.1"
# The full version, including alpha/beta/rc tags.
release = "0.9.0"
release = "0.9.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion mesa_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]

__title__ = "Mesa-Geo"
__version__ = "0.9.0"
__version__ = "0.9.1"
__license__ = "Apache 2.0"
_this_year = datetime.datetime.now(tz=datetime.timezone.utc).date().year
__copyright__ = f"Copyright {_this_year} Project Mesa Team"

0 comments on commit fe83668

Please sign in to comment.