Skip to content

Commit 3a4dc8e

Browse files
committed
Release as version 1.24.3.
1 parent 57437dd commit 3a4dc8e

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Debian/Ubuntu::
4545

4646
$ apt-get install libfontconfig1 libgl1-mesa-glx libgl1-mesa-dri
4747

48-
4948
Ubuntu 24::
5049

5150
$ apt-get install libfontconfig1 libegl1 libgl1
@@ -59,11 +58,11 @@ Installation
5958
~~~~~~~~~~~~
6059

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

65-
$ curl -L https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.24.2.tar.gz \
66-
| tar xz -s /v1.24.2.tar.gz/flatmapmaker/
64+
$ curl -L https://github.com/AnatomicMaps/flatmap-maker/archive/refs/tags/v1.24.3.tar.gz \
65+
| tar xz -s /v1.24.3.tar.gz/flatmapmaker/
6766

6867

6968
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.24.2'
21+
__version__ = '1.24.3'
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.24.2"
3+
version = "1.24.3"
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)