Skip to content

Commit 1173e9a

Browse files
committed
v2.1.1
1 parent 861164b commit 1173e9a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v2.1.1
4+
5+
- Add CodeQL static source testing
6+
- Bump fonttools dependency to v4.16.1
7+
- Bump aiohttp dependency to v3.6.3
8+
- Bump multidict dependency to v5.0.0
9+
- Bump yarl dependency to v1.6.2
10+
311
## v2.1.0
412

513
- Add type annotations to all Python source files

lib/fdiff/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "2.1.0"
3+
version = __version__ = "2.1.1"

0 commit comments

Comments
 (0)