Skip to content

Commit ac47d1d

Browse files
committed
1.1.0
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1 parent f97a396 commit ac47d1d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
3-
Version 1.0.5
3+
Version 1.1.0
4+
-------------
5+
* pretty_str has been implemented
6+
7+
Version 1.0.6
48
-------------
59
* Technical bump
610

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.0.6'
32+
__version__ = '1.1.0'
3333

3434
__all__ = [
3535
'logwrap',

0 commit comments

Comments
 (0)