Skip to content

Commit 2d2272f

Browse files
committed
v2.1.0
1 parent b80c6af commit 2d2272f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v2.1.0
4+
5+
- Add type annotations to all Python source files
6+
- Refactor `remote.py` module namedtuple to Py3.6+ style `NamedTuple` derived class with type annotations
7+
- Transition from pytype to mypy as static type checker
8+
- Add GitHub Action static type check configuration
9+
- Refactor import statements with default `isort` formatting
10+
311
## v2.0.2
412

513
- update cffi dependency to bug fix release v1.14.3

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.0.2"
3+
version = __version__ = "2.1.0"

0 commit comments

Comments
 (0)