Skip to content

Commit a551975

Browse files
committed
Update mapmaker to version 1.24.1 and release as version 1.10.2.
1 parent e1fd02e commit a551975

3 files changed

Lines changed: 8 additions & 43 deletions

File tree

mapserver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
#
1919
#===============================================================================
2020

21-
__version__ = '1.10.1'
21+
__version__ = '1.10.2'
2222

2323
#===============================================================================

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mapserver"
3-
version = "1.10.1"
3+
version = "1.10.2"
44
description = "An server for anatomical flatmaps."
55
authors = [
66
{ name = "David Brooks", email = "d.brooks@auckland.ac.nz"}
@@ -21,7 +21,7 @@ dependencies = [
2121
"asyncpg>=0.30.0",
2222
"flatmapknowledge @ https://github.com/AnatomicMaps/flatmap-knowledge/releases/download/v2.8.3/flatmapknowledge-2.8.3-py3-none-any.whl",
2323
"mapknowledge @ https://github.com/AnatomicMaps/map-knowledge/releases/download/v1.6.3/mapknowledge-1.6.3-py3-none-any.whl",
24-
"mapmaker @ https://github.com/AnatomicMaps/flatmap-maker/releases/download/v1.24.0/mapmaker-1.24.0-py3-none-any.whl",
24+
"mapmaker @ https://github.com/AnatomicMaps/flatmap-maker/releases/download/v1.24.1/mapmaker-1.24.1-py3-none-any.whl",
2525
"granian[pname]>=2.5.5",
2626
"semver>=3.0.4",
2727
"anyio>=4.9.0",

uv.lock

Lines changed: 5 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)