Skip to content

Commit 9e89dc2

Browse files
committed
1.0.6 (technical)
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1 parent 8772ac4 commit 9e89dc2

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.0.5
4+
-------------
5+
* Technical bump
6+
37
Version 1.0.5
48
-------------
59
* Drop test-related code from package and setup.py

logwrap/__init__.py

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

31-
__version__ = '1.0.4'
31+
__version__ = '1.0.6'
3232

3333
__all__ = [
3434
'logwrap',

0 commit comments

Comments
 (0)