mirror of https://github.com/docker/compose.git
Ship 0.4.1
This commit is contained in:
parent
3c5e818b49
commit
257a171c0c
|
@ -1,6 +1,11 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
0.4.1 (2014-05-08)
|
||||
------------------
|
||||
|
||||
- Add support for Docker 0.11.0.
|
||||
|
||||
0.4.0 (2014-04-29)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import unicode_literals
|
||||
from .service import Service
|
||||
|
||||
__version__ = '0.4.0'
|
||||
__version__ = '0.4.1'
|
||||
|
|
Loading…
Reference in New Issue