Skip to content

Commit

Permalink
update version number and release history for v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-boyu authored and rht committed Sep 13, 2023
1 parent e690da8 commit 2a2e671
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Release History
---------------

## 0.6.0 (2023-09-13)

### Special Notes

- update mesa dependency to v2.1

### Improvements

- use Pathlib [#149](https://github.com/projectmesa/mesa-geo/pull/149) (thanks @catherinedevlin for contributing)

- ***Docs updates***
- docs: use pydata theme [#152](https://github.com/projectmesa/mesa-geo/pull/152)
- docs: use myst-nb to compile notebooks at build time [#159](https://github.com/projectmesa/mesa-geo/pull/159)

- ***Example updates***
- remove examples and their tests [#163](https://github.com/projectmesa/mesa-geo/pull/163)

### Fixes

- fix AttributeError in GeoSpace.agents_at() [#165](https://github.com/projectmesa/mesa-geo/pull/165) (thanks @SongshGeo for reporting)

## 0.5.0 (2023-03-09)

### Improvements
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.5.0"
version = "0.6.0"
# The full version, including alpha/beta/rc tags.
release = "0.5.0"
release = "0.6.0"

# 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.5.0"
__version__ = "0.6.0"
__license__ = "Apache 2.0"
_this_year = datetime.datetime.now(tz=datetime.timezone.utc).date().year
__copyright__ = f"Copyright {_this_year} Project Mesa-Geo Team"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools",
"wheel",
"mesa~=1.1.0",
"mesa~=2.1.0",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 2a2e671

Please sign in to comment.