Sfoglia il codice sorgente

Merge pull request #30 from orchardup/ship-0.1.1

Bump to version 0.1.1
Ben Firshman 11 anni fa
parent
commit
cbfbb9899d
2 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 5 0
      CHANGES.md
  2. 1 1
      fig/__init__.py

+ 5 - 0
CHANGES.md

@@ -1,6 +1,11 @@
 Change log
 ==========
 
+0.1.1 (2014-01-17)
+------------------
+
+ - Fix bug where ports were not exposed correctly (#29). Thanks @dustinlacewell!
+
 0.1.0 (2014-01-16)
 ------------------
 

+ 1 - 1
fig/__init__.py

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