Skip to content

Commit 034b66f

Browse files
committed
Merge pull request #256 from orchardup/ship-0.4.2
Ship 0.4.2
2 parents 5b10c48 + eed274c commit 034b66f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change log
22
==========
33

4+
0.4.2 (2014-06-18)
5+
------------------
6+
7+
- Fix various encoding errors when using `fig run`, `fig up` and `fig build`.
8+
49
0.4.1 (2014-05-08)
510
------------------
611

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Docker has guides for [Ubuntu](http://docs.docker.io/en/latest/installation/ubun
1616

1717
Next, install Fig. On OS X:
1818

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

2222
On 64-bit Linux:
2323

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

2727
Fig is also available as a Python package if you're on another platform (or if you prefer that sort of thing):

fig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import unicode_literals
22
from .service import Service
33

4-
__version__ = '0.4.1'
4+
__version__ = '0.4.2'

0 commit comments

Comments
 (0)