Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Oct 26, 2020
1 parent e7bfbad commit 8cecb01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.1.2

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

## v2.1.1

- Add cPython 3.9 interpreter unit testing
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.2-dev0"
version = __version__ = "2.1.2"

0 comments on commit 8cecb01

Please sign in to comment.