Skip to content

Commit ed7215a

Browse files
committed
Upgrade mapknowledge and release as version 1.22.5
1 parent da7e82f commit ed7215a

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ Installation
5959
~~~~~~~~~~~~
6060

6161
* At a CLI prompt, and in a suitable directory,
62-
`download the latest release <https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.22.4.tar.gz>`_
62+
`download the latest release <https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.22.5.tar.gz>`_
6363
in ``tar.gz`` format and extract it, renaming the top-level directory in the archive to ``flatmapmaker``::
6464

65-
$ curl -L https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.22.4.tar.gz \
66-
| tar xz -s /v1.22.4.tar.gz/flatmapmaker/
65+
$ curl -L https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.22.5.tar.gz \
66+
| tar xz -s /v1.22.5.tar.gz/flatmapmaker/
6767

6868

6969
Setup the environment

mapmaker/__version__.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.22.4'
21+
__version__ = '1.22.5'
2222

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mapmaker"
3-
version = "1.22.4"
3+
version = "1.22.5"
44
description = "Generate MapLibre compatible tilesets for flatmaps."
55
authors = [
66
{ name = "David Brooks", email = "d.brooks@auckland.ac.nz"}
@@ -32,8 +32,8 @@ dependencies = [
3232
"cssselect2>=0.6.0",
3333
"webcolors>=1.12",
3434
"xmltodict>=0.12.0",
35-
"flatmapknowledge @ https://github.com/AnatomicMaps/flatmap-knowledge/releases/download/v2.6.0/flatmapknowledge-2.6.0-py3-none-any.whl",
36-
"mapknowledge @ https://github.com/AnatomicMaps/map-knowledge/releases/download/v1.4.0/mapknowledge-1.4.0-py3-none-any.whl",
35+
"flatmapknowledge @ https://github.com/AnatomicMaps/flatmap-knowledge/releases/download/v2.6.1/flatmapknowledge-2.6.1-py3-none-any.whl",
36+
"mapknowledge @ https://github.com/AnatomicMaps/map-knowledge/releases/download/v1.4.1/mapknowledge-1.4.1-py3-none-any.whl",
3737
"Pyomo>=6.8",
3838
"svgwrite>=1.4.3",
3939
"XlsxWriter>=3.0.3",

uv.lock

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

0 commit comments

Comments
 (0)