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 401c140 commit b97538eCopy full SHA for b97538e
CHANGELOG.md
@@ -1,5 +1,13 @@
1
## Changelog
2
3
+### v1.0.3
4
+
5
+- update fonttools dependency to v4.14.0
6
+- update gitdb dependency to v4.0.5
7
+- update gitpython dependency to v3.1.8
8
+- update smmap dependency to v3.0.4
9
+- transition CI testing to the GitHub Actions service
10
11
### v1.0.2
12
13
- add Production/Stable classifier to `setup.py`
lib/fontv/settings.py
@@ -11,7 +11,7 @@
# ------------------------------------------------------------------------------
major_version = "1"
minor_version = "0"
14
-patch_version = "2"
+patch_version = "3"
15
16
17
# Help String
0 commit comments