Skip to content

Commit e29d31b

Browse files
committed
add v0.9.1 release notes
1 parent 9f059d1 commit e29d31b

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Release History
22
---------------
33

4+
# 0.9.1 (2025-02-04)
5+
6+
## What's Changed
7+
8+
### 🛠 Enhancements made
9+
* refactor: :recycle: separate cells' initialization into a private method by @SongshGeo in https://github.com/projectmesa/mesa-geo/pull/274
10+
### 🐛 Bugs fixed
11+
* fix typo in intro tutorial by @wang-boyu in https://github.com/projectmesa/mesa-geo/pull/275
12+
13+
## New Contributors
14+
* @SongshGeo made their first contribution in https://github.com/projectmesa/mesa-geo/pull/274
15+
16+
**Full Changelog**: https://github.com/projectmesa/mesa-geo/compare/v0.9.0...v0.9.1
17+
418
# 0.9.0 (2024-12-21)
519

620
## What's Changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = "0.9.0"
69+
version = "0.9.1"
7070
# The full version, including alpha/beta/rc tags.
71-
release = "0.9.0"
71+
release = "0.9.1"
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

mesa_geo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525

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

0 commit comments

Comments
 (0)