From e941f5447811754445a32b64fde4ea27ee60d97f Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 16 Feb 2024 12:21:32 -0500 Subject: [PATCH] version 1.32.0 --- CHANGELOG.rst | 10 ++++++++++ errata_tool/__init__.py | 2 +- python-errata-tool.spec | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d60ec7c..906edd3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +v1.32.0 +======= +* The Errata Tool developers have removed the ``use_quay_for_containers`` + attribute on Product Versions. This update removes any processing for that + field. + +* The ``Release`` class now correctly populates the ``.name`` attribute on + objects that you create with the ``id`` keyword argument. This allows users + to look up a release's name using its ID number. + v1.31.0 ======= * The errata-tool CLI has a new ``add-bugs`` sub-command that allows users to diff --git a/errata_tool/__init__.py b/errata_tool/__init__.py index 1440a17..42de69b 100644 --- a/errata_tool/__init__.py +++ b/errata_tool/__init__.py @@ -14,4 +14,4 @@ 'User', ] -__version__ = '1.31.0' +__version__ = '1.32.0' diff --git a/python-errata-tool.spec b/python-errata-tool.spec index d204e32..c47be90 100644 --- a/python-errata-tool.spec +++ b/python-errata-tool.spec @@ -1,7 +1,7 @@ %global pkgname errata-tool Name: python-%{pkgname} -Version: 1.31.0 +Version: 1.32.0 Release: 1%{?dist} Summary: Modern Python API to Red Hat's Errata Tool Group: Development/Languages