Skip to content

Commit b97538e

Browse files
committed
v1.0.3
1 parent 401c140 commit b97538e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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+
311
### v1.0.2
412

513
- add Production/Stable classifier to `setup.py`

lib/fontv/settings.py

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

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

0 commit comments

Comments
 (0)