Skip to content

Commit

Permalink
version 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdreyer committed Feb 16, 2024
1 parent 0b06d03 commit e941f54
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion errata_tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
'User',
]

__version__ = '1.31.0'
__version__ = '1.32.0'
2 changes: 1 addition & 1 deletion python-errata-tool.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e941f54

Please sign in to comment.