Bump version to 0.1.3

This commit is contained in:
Ben Firshman 2014-01-23 11:58:48 +00:00
parent 0bdd8637db
commit 33aada05a4
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Change log
==========
0.1.3 (2014-01-23)
------------------
- Fix ports sometimes being configured incorrectly. (#46)
- Fix log output sometimes not displaying. (#47)
0.1.2 (2014-01-22)
------------------

View File

@ -1,4 +1,4 @@
from __future__ import unicode_literals
from .service import Service
__version__ = '0.1.2'
__version__ = '0.1.3'