Skip to content

Commit

Permalink
Merge pull request #256 from orchardup/ship-0.4.2
Browse files Browse the repository at this point in the history
Ship 0.4.2
  • Loading branch information
aanand committed Jun 18, 2014
2 parents 5b10c48 + eed274c commit 034b66f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,6 +1,11 @@
Change log
==========

0.4.2 (2014-06-18)
------------------

- Fix various encoding errors when using `fig run`, `fig up` and `fig build`.

0.4.1 (2014-05-08)
------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Expand Up @@ -16,12 +16,12 @@ Docker has guides for [Ubuntu](http://docs.docker.io/en/latest/installation/ubun

Next, install Fig. On OS X:

$ curl -L https://github.com/orchardup/fig/releases/download/0.4.1/darwin > /usr/local/bin/fig
$ curl -L https://github.com/orchardup/fig/releases/download/0.4.2/darwin > /usr/local/bin/fig
$ chmod +x /usr/local/bin/fig

On 64-bit Linux:

$ curl -L https://github.com/orchardup/fig/releases/download/0.4.1/linux > /usr/local/bin/fig
$ curl -L https://github.com/orchardup/fig/releases/download/0.4.2/linux > /usr/local/bin/fig
$ chmod +x /usr/local/bin/fig

Fig is also available as a Python package if you're on another platform (or if you prefer that sort of thing):
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.4.1'
__version__ = '0.4.2'

0 comments on commit 034b66f

Please sign in to comment.