From 230873958a5eba4ff2f44253d0475e8da8424c30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 14:56:21 +0000 Subject: [PATCH] chore(master): release 0.11.6 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24342f3..d36fead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.6](https://github.com/SongshGeoLab/ABSESpy/compare/v0.11.5...v0.11.6) (2026-04-07) + + +### Bug Fixes + +* **compatibility:** :bug: Introduce mesa-geo compatibility handling and regression tests ([c92eefd](https://github.com/SongshGeoLab/ABSESpy/commit/c92eefd887df29ebf2e013df48758612fe6c92c7)) + ## [0.11.5](https://github.com/SongshGeoLab/ABSESpy/compare/v0.11.4...v0.11.5) (2026-01-17) diff --git a/pyproject.toml b/pyproject.toml index a0e3cdc..99b6b3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ line_length = 79 [project] name = "abses" -version = "0.11.5" +version = "0.11.6" description = "ABSESpy makes it easier to build artificial Social-ecological systems with real GeoSpatial datasets and fully incorporate human behaviour." authors = [{name = "Shuang Song", email = "songshgeo@gmail.com"}] license = {text = "Apache 2.0 License"}