Ship 0.1.4

This commit is contained in:
Ben Firshman 2014-01-27 17:53:58 +00:00
parent fae387168f
commit 5035a10cbe
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -1,4 +1,4 @@
from __future__ import unicode_literals
from .service import Service
__version__ = '0.1.3'
__version__ = '0.1.4'