From 958a530ea6ca6f02c3d6eff2f57ab8ba041d45cf Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Tue, 1 May 2018 14:23:10 +0200 Subject: [PATCH] Bump version to 3.3.0 [x] Type hints and stubs [x] PEP0518 [x] Deprecation of `*args` for logwrap [x] Fix empty `*args` and `**kwargs` [x] allow override for arguments repr processing [x] python3.7 compatibility --- logwrap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logwrap/__init__.py b/logwrap/__init__.py index c3a1e69..08a0319 100644 --- a/logwrap/__init__.py +++ b/logwrap/__init__.py @@ -56,7 +56,7 @@ 'bind_args_kwargs' ) -__version__ = '3.2.2' +__version__ = '3.3.0' __author__ = "Alexey Stepanov" __author_email__ = 'penguinolog@gmail.com' __maintainers__ = {