Skip to content

Commit

Permalink
update news and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Aug 25, 2019
1 parent ebef594 commit d066d52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ Release Notes
=============

---------------------------
pkgcheck 0.6.1 (2019-??-??)
pkgcheck 0.6.1 (2019-08-25)
---------------------------

- NonexistentProfilePath: Change from warning to an error.

- Fix various XML result initialization due to missing attributes.

- MissingUnpackerDepCheck: Fix matching against versioned unpacker deps.

- Rename BadProto keyword to BadProtocol.
Expand Down
2 changes: 1 addition & 1 deletion src/pkgcheck/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__title__ = 'pkgcheck'
__version__ = '0.6.0'
__version__ = '0.6.1'

0 comments on commit d066d52

Please sign in to comment.