Skip to content

Commit b355e4c

Browse files
committed
v1.0.2
1 parent 3331fcc commit b355e4c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
### v1.0.2
4+
5+
- add cPython 3.9 testing
6+
- add CodeQL static source testing
7+
- update fonttools dependency to v4.16.1
8+
39
### v1.0.1
410

511
- refactor to achieve line lengths < 90

lib/ufolint/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ------------------------------------------------------------------------------
77
major_version = "1"
88
minor_version = "0"
9-
patch_version = "1"
9+
patch_version = "2"
1010

1111
# ------------------------------------------------------------------------------
1212
# Help String

0 commit comments

Comments
 (0)