Skip to content

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvperrin committed Jun 29, 2022
1 parent b8463d8 commit 7557ecc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 28 Jun 2022 17:02:02 -0700

docker-custodian (0.8.0) xenial; urgency=medium

* Build for Python 3
Expand Down
2 changes: 1 addition & 1 deletion docker_custodian/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf8 -*-

__version_info__ = (0, 8, 0)
__version_info__ = (0, 8, 1)
__version__ = '%d.%d.%d' % __version_info__

0 comments on commit 7557ecc

Please sign in to comment.