Merge pull request #55 from orchardup/ship-0.1.4

Ship 0.1.4
This commit is contained in:
Aanand Prasad 2014-01-27 09:57:46 -08:00
commit ddc721ec8a
2 changed files with 6 additions and 1 deletions

View File

@ -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)
------------------ ------------------

View File

@ -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'