mirror of https://github.com/docker/docs.git
Bump to version 0.1.1
This commit is contained in:
parent
4c72598e68
commit
b428988ef6
|
@ -1,6 +1,11 @@
|
||||||
Change log
|
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)
|
0.1.0 (2014-01-16)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
from .service import Service
|
from .service import Service
|
||||||
|
|
||||||
__version__ = '0.1.0'
|
__version__ = '0.1.1'
|
||||||
|
|
Loading…
Reference in New Issue