Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Mar 1, 2021
1 parent 6e1c0f1 commit a47eefd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v2.1.4

- Bump aiohttp dependency to v3.7.4
- Bump cffi dependency to v1.14.5
- Bump fonttools dependency to v4.21.1
- Bump idna dependency to v3.1
- Bump multidict dependency to v5.1.0

## v2.1.3

- Broaden dependency support for Python wheels on the Windows platform
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.4-dev0"
version = __version__ = "2.1.4"

0 comments on commit a47eefd

Please sign in to comment.