From 7557ecc1e6ba97cdfdb5cc80ec0fa3806ef57eb9 Mon Sep 17 00:00:00 2001 From: Jason Perrin Date: Tue, 28 Jun 2022 18:10:00 -0700 Subject: [PATCH] Bump version to 0.8.1 --- debian/changelog | 8 ++++++++ docker_custodian/__about__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dcfdbfb..5f41f9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +docker-custodian (0.8.1) bionic; urgency=medium + + * Drop python 3.6 support + * Upgrade pre-commit hooks + * Use python 3.7 on Jammy (22.04) too + + -- Jason Perrin Tue, 28 Jun 2022 17:02:02 -0700 + docker-custodian (0.8.0) xenial; urgency=medium * Build for Python 3 diff --git a/docker_custodian/__about__.py b/docker_custodian/__about__.py index db9ea2c..ff602a4 100644 --- a/docker_custodian/__about__.py +++ b/docker_custodian/__about__.py @@ -1,4 +1,4 @@ # -*- coding: utf8 -*- -__version_info__ = (0, 8, 0) +__version_info__ = (0, 8, 1) __version__ = '%d.%d.%d' % __version_info__