From 2fdd6524b35bc60ec32d5f032faf6e50d6dea8c5 Mon Sep 17 00:00:00 2001 From: Semir Patel Date: Tue, 15 Dec 2015 09:46:10 -0800 Subject: [PATCH] Bump to 0.5.2 --- debian/changelog | 6 ++++++ docker_custodian/__about__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1c9772f..508bc32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/docker_custodian/__about__.py b/docker_custodian/__about__.py index ed4bf33..d3b8536 100644 --- a/docker_custodian/__about__.py +++ b/docker_custodian/__about__.py @@ -1,4 +1,4 @@ # -*- coding: utf8 -*- -__version_info__ = (0, 5, 1) +__version_info__ = (0, 5, 2) __version__ = '%d.%d.%d' % __version_info__