Skip to content

Commit

Permalink
Ship 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Mar 4, 2014
1 parent d4bff56 commit 4fbad94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change log
==========

0.3.1 (2014-03-04)
------------------

- Added contribution instructions. (Thanks @kvz!)
- Fixed `fig rm` throwing an error.
- Fixed a bug in `fig ps` on Docker 0.8.1 when there is a container with no command.

0.3.0 (2014-03-03)
------------------

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

__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit 4fbad94

Please sign in to comment.