Skip to content

Commit a80a959

Browse files
committed
1.1.1
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1 parent 06d4ecc commit a80a959

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGELOG
22
=========
3+
Version 1.1.0
4+
-------------
5+
* documentation fix
6+
37
Version 1.1.0
48
-------------
59
* pretty_str has been implemented

logwrap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from ._repr_utils import pretty_repr
3030
from ._repr_utils import pretty_str
3131

32-
__version__ = '1.1.0'
32+
__version__ = '1.1.1'
3333

3434
__all__ = [
3535
'logwrap',

0 commit comments

Comments
 (0)