Skip to content

Commit 9052036

Browse files
committed
v2.0.1
1 parent b23b305 commit 9052036

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v2.0.1
4+
5+
- update setup.py classifiers to properly define this project as status 5: Production / Stable
6+
- update README.md with transition to `mypy` as our static type check tool
7+
38
## v2.0.0
49

510
Backwards incompatible gasp table change introduced in this release

lib/dehinter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version = __version__ = "2.0.0"
15+
version = __version__ = "2.0.1"

0 commit comments

Comments
 (0)