Merge pull request from orchardup/ship-0.3.2

Ship 0.3.2
This commit is contained in:
Aanand Prasad 2014-03-05 14:49:26 +00:00
commit 9164125177
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Change log
==========
0.3.2 (2014-03-05)
------------------
- Added an `--rm` option to `fig run`. (Thanks @marksteve!)
- Added an `expose` option to `fig.yml`.
0.3.1 (2014-03-04)
------------------

View File

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