mirror of https://github.com/docker/compose.git
Ship 0.2.1
This commit is contained in:
parent
d52f73b29a
commit
6bad9484be
|
@ -1,6 +1,11 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
0.2.1 (2014-02-04)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- General improvements to error reporting (#77, #79)
|
||||||
|
|
||||||
0.2.0 (2014-01-31)
|
0.2.0 (2014-01-31)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
from .service import Service
|
from .service import Service
|
||||||
|
|
||||||
__version__ = '0.2.0'
|
__version__ = '0.2.1'
|
||||||
|
|
Loading…
Reference in New Issue