mirror of https://github.com/docker/compose.git
commit
ddc721ec8a
|
@ -1,6 +1,11 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
0.1.4 (2014-01-27)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Add a link alias without the project name. This makes the environment variables a little shorter: `REDIS_1_PORT_6379_TCP_ADDR`. (#54)
|
||||||
|
|
||||||
0.1.3 (2014-01-23)
|
0.1.3 (2014-01-23)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -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.3'
|
__version__ = '0.1.4'
|
||||||
|
|
Loading…
Reference in New Issue