Skip to content

Commit ed9e88e

Browse files
committed
Update version and release notes for 2.2.2
1 parent 112becf commit ed9e88e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
---
22
title: Release History
33
---
4+
# 2.2.2 (2024-01-22)
5+
6+
## Highlights
7+
8+
Mesa 2.2.2 is a small bugfix release, for models in which users had defined `Model.agents` (`self.agents` in a Model (sub)class). This is deprecated, but for now allowed. See [#1919 (comment)](https://github.com/projectmesa/mesa/discussions/1919#discussioncomment-8141844).
9+
10+
## What's Changed
11+
### 🐛 Bugs fixed
12+
* Allow user models to assign `Model.agents` for now, but add warning by @quaquel in [#1976](https://github.com/projectmesa/mesa/pull/1976)
13+
14+
**Full Changelog**: https://github.com/projectmesa/mesa/compare/v2.2.1...v2.2.2
15+
16+
417
# 2.2.1 (2024-01-16)
518

619
## Highlights

mesa/__init__.py

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

2727
__title__ = "mesa"
28-
__version__ = "2.2.1"
28+
__version__ = "2.2.2"
2929
__license__ = "Apache 2.0"
3030
_this_year = datetime.datetime.now(tz=datetime.timezone.utc).date().year
3131
__copyright__ = f"Copyright {_this_year} Project Mesa Team"

0 commit comments

Comments
 (0)