Skip to content

Commit 01cf567

Browse files
committed
Bump to version 1.0.0
1 parent c1d1052 commit 01cf567

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ but now it's clean package with minimal requirements
99
(funcsigs looks like copy-paste from inspect.signature + adoption to use on python 2.7
1010
(Enum is not available, not using enum34 package)).
1111

12+
* Mark package as stable (tested by unit tests and external run).
13+
1214
Version 0.9.0
1315
-------------
1416
* get_arg_names and get_call_args now presents only for historical reasons

logwrap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from ._log_wrap import logwrap
2828
from ._repr_utils import pretty_repr
2929

30-
__version__ = '0.9.8'
30+
__version__ = '1.0.0'
3131

3232
__all__ = [
3333
'logwrap',

0 commit comments

Comments
 (0)