Merge pull request #26 from oktopuz/master

bump docker-py version from 1.4.0 to 1.7.2
This commit is contained in:
Kyle Anderson 2016-04-04 17:03:26 -07:00
commit b66adba924
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
docker-custodian (0.5.3) lucid; urgency=low
* Update docker-py
-- Alex Dudko <adudko@yelp.com> 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

View File

@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
__version_info__ = (0, 5, 2)
__version_info__ = (0, 5, 3)
__version__ = '%d.%d.%d' % __version_info__

View File

@ -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