mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
bump docker-py version
This commit is contained in:
parent
2fdd6524b3
commit
d09b45e245
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# -*- coding: utf8 -*-
|
||||
|
||||
__version_info__ = (0, 5, 2)
|
||||
__version_info__ = (0, 5, 3)
|
||||
__version__ = '%d.%d.%d' % __version_info__
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user