Skip to content

Commit

Permalink
Merge pull request #146 from orchardup/ship-0.3.2
Browse files Browse the repository at this point in the history
Ship 0.3.2
  • Loading branch information
aanand committed Mar 5, 2014
2 parents a058c40 + 2595f89 commit 9164125
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion fig/__init__.py
@@ -1,4 +1,4 @@
from __future__ import unicode_literals
from .service import Service

__version__ = '0.3.1'
__version__ = '0.3.2'

0 comments on commit 9164125

Please sign in to comment.