Skip to content

Commit 97003fc

Browse files
committed
v2.1.3
1 parent 58172d0 commit 97003fc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v2.1.3
4+
5+
- Broaden dependency support for Python wheels on the Windows platform
6+
- Bump aiofiles dependency to v0.6.0
7+
- Bump aiohttp dependency to v3.7.2
8+
- Bump attrs dependency to v20.3.0
9+
- Bump fonttools dependency to v4.17.0
10+
- Bump multidict dependency to v5.0.2
11+
- Bump yarl dependency to v1.6.3
12+
313
## v2.1.2
414

515
- fix: apply aiohttp patch version 3.7.1 to address dependency versioning conflict with multidict dependency

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.3-dev0"
3+
version = __version__ = "2.1.3"

0 commit comments

Comments
 (0)