Skip to content

Commit a47eefd

Browse files
committed
v2.1.4
1 parent 6e1c0f1 commit a47eefd

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+
## v2.1.4
4+
5+
- Bump aiohttp dependency to v3.7.4
6+
- Bump cffi dependency to v1.14.5
7+
- Bump fonttools dependency to v4.21.1
8+
- Bump idna dependency to v3.1
9+
- Bump multidict dependency to v5.1.0
10+
311
## v2.1.3
412

513
- Broaden dependency support for Python wheels on the Windows platform

lib/fdiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

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

0 commit comments

Comments
 (0)