Skip to content

Commit 7bfe35d

Browse files
committed
version bump
1 parent 1c4419b commit 7bfe35d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
### v0.5.4
4+
5+
- fix for font argument file path bug OSX/Linux/Win (issue report #3)
6+
37
### v0.5.3
48

59
- added [head] yMax to report

lib/fontline/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# ------------------------------------------------------------------------------
1212
major_version = "0"
1313
minor_version = "5"
14-
patch_version = "3"
14+
patch_version = "4"
1515

1616
# ------------------------------------------------------------------------------
1717
# Help String

0 commit comments

Comments
 (0)