Skip to content

Commit

Permalink
version 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdreyer committed Jul 24, 2018
1 parent ae75984 commit 1bf572b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.15.0
=======

* Add a new ``.text_only_cpe`` attribute to the ``Erratum`` class to
get or set the CPE text for a text-only RHSA.

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

0 comments on commit 1bf572b

Please sign in to comment.