Ship 0.3.2

This commit is contained in:
Ben Firshman 2014-03-05 14:33:32 +00:00
parent a058c40dfb
commit 2595f89519
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'