Skip to content

Commit

Permalink
version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdreyer committed Jul 12, 2018
1 parent 2c87234 commit 79a52c0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v1.14.0
=======

* Add a new ``.textOnlyRepos()`` method to the ``Erratum`` class to set or
get the CDN repositories for a text-only advisory.

* Add a new ``.batch_id`` attribute to the ``Erratum`` class to
identify batches for an advisory.

* Add a new ``.cve_names`` attribute to the ``Erratum`` class to
identify CVEs for an advisory.

* Add API documentation at https://errata-tool.readthedocs.io/en/latest/

v1.13.0
=======

Expand Down
2 changes: 1 addition & 1 deletion errata_tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

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

__version__ = '1.13.0'
__version__ = '1.14.0'
2 changes: 1 addition & 1 deletion python-errata-tool.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global pkgname errata-tool

Name: python-%{pkgname}
Version: 1.13.0
Version: 1.14.0
Release: 1%{?dist}
Summary: Modern Python API to Red Hat's Errata Tool
Group: Development/Languages
Expand Down

0 comments on commit 79a52c0

Please sign in to comment.