diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c93a430..7445887 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +v1.26.0 +======= +* CLI: do not print duplicate CDN repositories in ``dump-config`` sub-command. + +* README: Fix code examples for ``metadataCdnRepos()`` and + ``textOnlyRepos()``. + v1.25.0 ======= * CLI: add a new ``dump-config`` sub-command. This makes it easier to dump a diff --git a/errata_tool/__init__.py b/errata_tool/__init__.py index 0e7e8ab..7f7c505 100644 --- a/errata_tool/__init__.py +++ b/errata_tool/__init__.py @@ -14,4 +14,4 @@ 'User', ] -__version__ = '1.25.0' +__version__ = '1.26.0' diff --git a/python-errata-tool.spec b/python-errata-tool.spec index 62e527d..69c49af 100644 --- a/python-errata-tool.spec +++ b/python-errata-tool.spec @@ -1,7 +1,7 @@ %global pkgname errata-tool Name: python-%{pkgname} -Version: 1.25.0 +Version: 1.26.0 Release: 1%{?dist} Summary: Modern Python API to Red Hat's Errata Tool Group: Development/Languages