diff --git a/debian/changelog b/debian/changelog index 508bc32..70f08ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +docker-custodian (0.5.3) lucid; urgency=low + + * Update docker-py + + -- Alex Dudko Mon, 4 Apr 2016 09:44:26 -0800 + docker-custodian (0.5.2) lucid; urgency=low * Fixed bug where never started containers that are not old were getting removed diff --git a/docker_custodian/__about__.py b/docker_custodian/__about__.py index d3b8536..f0b6ad1 100644 --- a/docker_custodian/__about__.py +++ b/docker_custodian/__about__.py @@ -1,4 +1,4 @@ # -*- coding: utf8 -*- -__version_info__ = (0, 5, 2) +__version_info__ = (0, 5, 3) __version__ = '%d.%d.%d' % __version_info__ diff --git a/requirements.txt b/requirements.txt index 91ae5f0..35faae8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ argparse==1.3.0 backports.ssl-match-hostname==3.4.0.2 -docker-py==1.4.0 +docker-py==1.7.2 future==0.14.3 python-dateutil==2.4.0 pytimeparse==1.1.2