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__