File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
---------------
3
3
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
+
4
18
# 0.9.0 (2024-12-21)
5
19
6
20
## What's Changed
Original file line number Diff line number Diff line change 66
66
# built documents.
67
67
#
68
68
# The short X.Y version.
69
- version = "0.9.0 "
69
+ version = "0.9.1 "
70
70
# The full version, including alpha/beta/rc tags.
71
- release = "0.9.0 "
71
+ release = "0.9.1 "
72
72
73
73
# The language for content autogenerated by Sphinx. Refer to documentation
74
74
# for a list of supported languages.
Original file line number Diff line number Diff line change 24
24
]
25
25
26
26
__title__ = "Mesa-Geo"
27
- __version__ = "0.9.0 "
27
+ __version__ = "0.9.1 "
28
28
__license__ = "Apache 2.0"
29
29
_this_year = datetime .datetime .now (tz = datetime .timezone .utc ).date ().year
30
30
__copyright__ = f"Copyright { _this_year } Project Mesa Team"
You can’t perform that action at this time.
0 commit comments