Skip to content

Commit 0626ab4

Browse files
committed
1.8
1 parent a2a8878 commit 0626ab4

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.venv/
2+
Nik4.egg-info/
13
dist/
24
build/
35
README.txt

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Nik4 Change History
22

3+
## 1.8, 1.12.2024
4+
5+
* Fixed font loading. [#46](https://github.com/Zverik/Nik4/pull/46) — thanks @Luflosi.
6+
37
## 1.7, 27.03.2021
48

59
* Choose any projection with `--projection`. [#29](https://github.com/Zverik/Nik4/pull/29) - thanks @Nakaner.

nik4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
except ImportError:
2222
HAS_CAIRO = False
2323

24-
VERSION = '1.7'
24+
VERSION = '1.8'
2525
TILE_BUFFER = 128
2626
IM_MONTAGE = 'montage'
2727
EPSG_4326 = '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='Nik4',
5-
version='1.7.0',
5+
version='1.8.0',
66
license='WTFPL',
77
description='Command-line interface to a Mapnik rendering toolkit',
88
long_description="""

0 commit comments

Comments
 (0)