Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Nov 16, 2020
1 parent 58172d0 commit 97003fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v2.1.3

- Broaden dependency support for Python wheels on the Windows platform
- Bump aiofiles dependency to v0.6.0
- Bump aiohttp dependency to v3.7.2
- Bump attrs dependency to v20.3.0
- Bump fonttools dependency to v4.17.0
- Bump multidict dependency to v5.0.2
- Bump yarl dependency to v1.6.3

## v2.1.2

- fix: apply aiohttp patch version 3.7.1 to address dependency versioning conflict with multidict dependency
Expand Down
2 changes: 1 addition & 1 deletion lib/fdiff/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3

version = __version__ = "2.1.3-dev0"
version = __version__ = "2.1.3"

0 comments on commit 97003fc

Please sign in to comment.