Explorar o código

Merge pull request #146 from orchardup/ship-0.3.2

Ship 0.3.2
Aanand Prasad %!s(int64=11) %!d(string=hai) anos
pai
achega
9164125177
Modificáronse 2 ficheiros con 7 adicións e 1 borrados
  1. 6 0
      CHANGES.md
  2. 1 1
      fig/__init__.py

+ 6 - 0
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)
 ------------------
 

+ 1 - 1
fig/__init__.py

@@ -1,4 +1,4 @@
 from __future__ import unicode_literals
 from .service import Service
 
-__version__ = '0.3.1'
+__version__ = '0.3.2'