mirror of
https://github.com/docker/compose.git
synced 2025-07-22 13:14:29 +02:00
commit
b43b007b92
@ -1,6 +1,12 @@
|
|||||||
Change log
|
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)
|
0.1.2 (2014-01-22)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
from .service import Service
|
from .service import Service
|
||||||
|
|
||||||
__version__ = '0.1.2'
|
__version__ = '0.1.3'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user