We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d1052 commit 01cf567Copy full SHA for 01cf567
CHANGELOG.rst
@@ -9,6 +9,8 @@ but now it's clean package with minimal requirements
9
(funcsigs looks like copy-paste from inspect.signature + adoption to use on python 2.7
10
(Enum is not available, not using enum34 package)).
11
12
+* Mark package as stable (tested by unit tests and external run).
13
+
14
Version 0.9.0
15
-------------
16
* get_arg_names and get_call_args now presents only for historical reasons
logwrap/__init__.py
@@ -27,7 +27,7 @@
27
from ._log_wrap import logwrap
28
from ._repr_utils import pretty_repr
29
30
-__version__ = '0.9.8'
+__version__ = '1.0.0'
31
32
__all__ = [
33
'logwrap',
0 commit comments