mirror of https://github.com/docker/compose.git
Ship 0.1.4
This commit is contained in:
parent
fae387168f
commit
5035a10cbe
|
@ -1,6 +1,11 @@
|
|||
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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import unicode_literals
|
||||
from .service import Service
|
||||
|
||||
__version__ = '0.1.3'
|
||||
__version__ = '0.1.4'
|
||||
|
|
Loading…
Reference in New Issue