Skip to content

Commit 16bfbec

Browse files
committed
bump v2.1.5 with changelog updates
1 parent 08037f5 commit 16bfbec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v2.1.5
4+
5+
- Bump fonttools dependency to v4.22.1
6+
- Fix broken unit tests that resulted from backwards incompatible ttx XML output format changes as of fonttools v4.22.0 (https://github.com/fonttools/fonttools/pull/2238)
7+
38
## v2.1.4
49

510
- Bump aiohttp dependency to v3.7.4

lib/fdiff/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "2.1.5-dev0"
3+
version = __version__ = "2.1.5"

0 commit comments

Comments
 (0)