Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Commit d589170

Browse files
committed
Bump up v0.1.9
1 parent 5050b06 commit d589170

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGES
22
=======
33

4+
0.1.9 (2017-03-20)
5+
------------------
6+
7+
* Add logger integration.
8+
49
0.1.8 (2017-01-24)
510
------------------
611

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
BASE_PATH = os.path.abspath(os.path.dirname(__file__))
77
README = open(os.path.join(BASE_PATH, 'README.rst')).read()
88

9-
__version__ = '0.1.8'
9+
__version__ = '0.1.9'
1010
__author__ = 'Masashi Shibata <contact@c-bata.link>'
1111
__author_email__ = 'contact@c-bata.link'
1212
__license__ = 'MIT License'

0 commit comments

Comments
 (0)