We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4419b commit 7bfe35dCopy full SHA for 7bfe35d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+### v0.5.4
4
+
5
+- fix for font argument file path bug OSX/Linux/Win (issue report #3)
6
7
### v0.5.3
8
9
- added [head] yMax to report
lib/fontline/settings.py
@@ -11,7 +11,7 @@
11
# ------------------------------------------------------------------------------
12
major_version = "0"
13
minor_version = "5"
14
-patch_version = "3"
+patch_version = "4"
15
16
17
# Help String
0 commit comments