Skip to content

Commit

Permalink
refactor: next release (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: eisenmenger <[email protected]>
  • Loading branch information
FelixTheC and eisenmenger authored Sep 2, 2021
1 parent 3f176b8 commit 7755310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## Unreleased
## v2.1.7
- feat `FinalClass` decorator, __disable Inheritance__ for the decorated class
- fix bug #71 (Initializing TypedDict like a normal class with kwargs fails)
- fix bug #69 (Handle functions wich specify a value having of type TypeDict)
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.6",
version="2.1.7",
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 7755310

Please sign in to comment.