Skip to content

Commit d82bc96

Browse files
committed
v3.1.4
1 parent f976aba commit d82bc96

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
### v3.1.4
4+
5+
- bump fonttools dependency to v4.17.0
6+
- update setup.py classifiers to remove Py2.7, Py < 3.6
7+
- update setup.py classifiers to include Py 3.7, 3.8, 3.9
8+
39
### v3.1.3
410

511
- add cPython 3.9 unit testing

lib/fontline/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# ------------------------------------------------------------------------------
1111
major_version = "3"
1212
minor_version = "1"
13-
patch_version = "3"
13+
patch_version = "4"
1414

1515
# ------------------------------------------------------------------------------
1616
# Help String

0 commit comments

Comments
 (0)