Skip to content

Commit

Permalink
refactor: prepare release (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTheC authored Oct 2, 2021
1 parent 409ffcc commit 3ad0969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

## v2.1.8
- fix `isinstance` with `@match_class_typing` decorator

## v2.1.7
- feat `FinalClass` decorator, __disable Inheritance__ for the decorated class
- fix bug #71 (Initializing TypedDict like a normal class with kwargs fails)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="strongtyping",
version="2.1.7",
version="2.1.8",
description="Decorator which checks whether the function is called with the correct type of parameters",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3ad0969

Please sign in to comment.