Explorar o código

Merge pull request #50 from orchardup/ship-0.1.3

Bump version to 0.1.3
Aanand Prasad %!s(int64=11) %!d(string=hai) anos
pai
achega
b43b007b92
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.1.3 (2014-01-23)
+------------------
+
+ - Fix ports sometimes being configured incorrectly. (#46)
+ - Fix log output sometimes not displaying. (#47)
+
 0.1.2 (2014-01-22)
 ------------------
 

+ 1 - 1
fig/__init__.py

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