Bump to 0.5.2

This commit is contained in:
Semir Patel 2015-12-15 09:46:10 -08:00
parent a6a66db9e9
commit 2fdd6524b3
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
docker-custodian (0.5.2) lucid; urgency=low
* Fixed bug where never started containers that are not old were getting removed
-- Semir Patel <spatel@yelp.com> Tue, 15 Dec 2015 09:44:26 -0800
docker-custodian (0.5.0) lucid; urgency=low
* Add option to exclude images from removal by dcgc

View File

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