We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f976aba commit d82bc96Copy full SHA for d82bc96
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Changelog
2
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
9
### v3.1.3
10
11
- add cPython 3.9 unit testing
lib/fontline/settings.py
@@ -10,7 +10,7 @@
# ------------------------------------------------------------------------------
major_version = "3"
12
minor_version = "1"
13
-patch_version = "3"
+patch_version = "4"
14
15
16
# Help String
0 commit comments