Skip to content

Commit 86feb09

Browse files
committed
Release as version 1.21.4.
1 parent 3a0f0c2 commit 86feb09

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

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

6060
* At a CLI prompt, and in a suitable directory,
61-
`download the latest release <https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.21.3.tar.gz>`_
61+
`download the latest release <https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.21.4.tar.gz>`_
6262
in ``tar.gz`` format and extract it, renaming the top-level directory in the archive to ``mapmaker``::
6363

64-
$ curl -L https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.21.3.tar.gz \
65-
| tar xz -s /v1.21.3.tar.gz/mapmaker/
64+
$ curl -L https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.21.4.tar.gz \
65+
| tar xz -s /v1.21.4.tar.gz/mapmaker/
6666

6767

6868
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.21.3'
21+
__version__ = '1.21.4'
2222

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mapmaker"
3-
version = "1.21.3"
3+
version = "1.21.4"
44
description = "Generate MapLibre compatible tilesets for flatmaps."
55
authors = [
66
{ name = "David Brooks", email = "d.brooks@auckland.ac.nz"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)