Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 30, 2022
1 parent 1687e06 commit 672f928
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v4.1.0 (2022-05-30)
### Feature
* Add decorator to explicitly ignore methods ([`1687e06`](https://github.com/kalekundert/autoprop/commit/1687e062421f76b6d497297779a3e7f3b30bd52d))

### Fix
* Handle undefined getters in error messages ([`f2bb9e5`](https://github.com/kalekundert/autoprop/commit/f2bb9e5b7586d5e09f3cc14690b6e15c1ab6863e))

## v4.0.2 (2021-09-15)
### Fix
* Upgrade to signature_dispatch~=1.0 ([`453447a`](https://github.com/kalekundert/autoprop/commit/453447aecdd7ddc7ca9e7898d0f6b99ff4a073f0))
Expand Down
2 changes: 1 addition & 1 deletion autoprop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
get_cached_attr, set_cached_attr, del_cached_attr,
)

__version__ = '4.0.2'
__version__ = '4.1.0'

# Hack to make the module directly usable as a decorator. Only works for
# python 3.5 or higher. See this Stack Overflow post:
Expand Down

0 comments on commit 672f928

Please sign in to comment.