Merge pull request #217 from orchardup/0.4.1

Ship 0.4.1
This commit is contained in:
Aanand Prasad 2014-05-08 12:51:35 +01:00
commit f0eaf84cb9
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Change log
==========
0.4.1 (2014-05-08)
------------------
- Add support for Docker 0.11.0.
0.4.0 (2014-04-29)
------------------

View File

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