Skip to content

Commit 0a85d9a

Browse files
wang-boyurht
authored andcommitted
update version number and release history for v0.5.0
1 parent 7aa8a03 commit 0a85d9a

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

HISTORY.md

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

4+
## 0.5.0 (2023-03-09)
5+
6+
### Improvements
7+
8+
- ***Docs updates***
9+
- add citation information about mesa-geo [#117](https://github.com/projectmesa/mesa-geo/pull/117)
10+
- add citation info to readthedocs [#118](https://github.com/projectmesa/mesa-geo/pull/118)
11+
- docs: update docstrings on how to use providers requiring registration [#141](https://github.com/projectmesa/mesa-geo/pull/141)
12+
13+
- ***Front-end updates***
14+
- add scale to Leaflet map [#123](https://github.com/projectmesa/mesa-geo/pull/123)
15+
- allow basemap tiles configuration [#127](https://github.com/projectmesa/mesa-geo/pull/127)
16+
17+
- ***CI updates***
18+
- add testing for python 3.11 [#122](https://github.com/projectmesa/mesa-geo/pull/122)
19+
- ci: replace flake8 with ruff [#132](https://github.com/projectmesa/mesa-geo/pull/132)
20+
- ci: update os, python versions, and dependabot configurations [#142](https://github.com/projectmesa/mesa-geo/pull/142)
21+
- ci: pin ruff version to v0.0.254 [#144](https://github.com/projectmesa/mesa-geo/pull/144)
22+
23+
### Fixes
24+
25+
- fix WMSWebTile.to_dict() method [#140](https://github.com/projectmesa/mesa-geo/pull/140)
26+
427
## 0.4.0 (2022-10-18)
528

629
### Improvements

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = "0.3.0"
68+
version = "0.5.0"
6969
# The full version, including alpha/beta/rc tags.
70-
release = "0.3.0"
70+
release = "0.5.0"
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# 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.4.0"
27+
__version__ = "0.5.0"
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-Geo Team"

0 commit comments

Comments
 (0)