File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ .venv /
2+ Nik4.egg-info /
13dist /
24build /
35README.txt
Original file line number Diff line number Diff line change 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 .
Original file line number Diff line number Diff line change 2121except ImportError :
2222 HAS_CAIRO = False
2323
24- VERSION = '1.7 '
24+ VERSION = '1.8 '
2525TILE_BUFFER = 128
2626IM_MONTAGE = 'montage'
2727EPSG_4326 = '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs'
Original file line number Diff line number Diff line change 22
33setup (
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 = """
You can’t perform that action at this time.
0 commit comments