diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2021-04-08 07:41:51 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2021-04-08 07:41:51 +0200 |
| commit | b2e77f281365007b756626372fb234c13f9426bb (patch) | |
| tree | c59244a6bb0d4c31a18e26242f95630e87aedc5f /docs | |
| parent | fb8a321d672848852d7706b3c40156771e568084 (diff) | |
| download | python-decorator-git-b2e77f281365007b756626372fb234c13f9426bb.tar.gz | |
func.__module__ was not copied anymore
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/documentation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/documentation.md b/docs/documentation.md index b3747a9..ba5a99c 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -4,9 +4,9 @@ Decorators for Humans |Author | Michele Simionato| |---|---| |E-mail | michele.simionato@gmail.com| -|Version| 5.0.5 (2021-04-04)| +|Version| 5.0.6 (2021-04-08)| |Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9| -|Download page| http://pypi.python.org/pypi/decorator/5.0.5| +|Download page| http://pypi.python.org/pypi/decorator/5.0.6| |Installation| ``pip install decorator``| |License | BSD license| |
