mirror of
https://github.com/docker/compose.git
synced 2025-07-23 21:54:40 +02:00
commit
cbfbb9899d
@ -1,6 +1,11 @@
|
||||
Change log
|
||||
==========
|
||||
|
||||
0.1.1 (2014-01-17)
|
||||
------------------
|
||||
|
||||
- Fix bug where ports were not exposed correctly (#29). Thanks @dustinlacewell!
|
||||
|
||||
0.1.0 (2014-01-16)
|
||||
------------------
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
from __future__ import unicode_literals
|
||||
from .service import Service
|
||||
|
||||
__version__ = '0.1.0'
|
||||
__version__ = '0.1.1'
|
||||
|
Loading…
x
Reference in New Issue
Block a user