Skip to content

Commit

Permalink
version 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdreyer committed Jun 17, 2021
1 parent 94207cc commit f12cda3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
v1.23.0
=======
* Add a new ``CdnRepo`` class to represent Errata Tool CDN repository records.
Add a new ``cdn_repos()`` method to the ``Variant`` class to find a list of
cdn repos associated with a product variant.

* Add a new ``variants()`` method to the ``ProductVersion`` class to find
the list of variants associated with a product version.

* Add a new ``params`` kwarg to the ``ErrataConnector._get()`` method. This
properly encodes values for query strings in GET urls.

* Handle "+" characters in ``Release`` names.

* Fix the ability to modify owner emails and manager emails on existing
advisories with ``Erratum.update(owner_email=<value>)`` or
``Erratum.update(manager_email=<value>)``.

* Improve project CI with GitHub Actions and codecov.io.

* Fix warnings in RPM packaging

v1.22.0
=======
* Respect the batch_id for an ``Erratum`` attribute when calculating
Expand Down
2 changes: 1 addition & 1 deletion errata_tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__all__ = ['ErrataException', 'ErrataConnector', 'Erratum', 'User']

__version__ = '1.22.0'
__version__ = '1.23.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.22.0
Version: 1.23.0
Release: 1%{?dist}
Summary: Modern Python API to Red Hat's Errata Tool
Group: Development/Languages
Expand Down

0 comments on commit f12cda3

Please sign in to comment.