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 Dec 30, 2019
1 parent 8e82a57 commit d23a34b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Release Notes
=============

---------------------------
pkgcheck 0.7.3 (2019-12-29)
---------------------------

- Flag git tags and commit messages that don't follow specifications described
in GLEP 66 (#186) via InvalidCommitTag and InvalidCommitMessage results.

- Skip reporting blocker dependencies marked as deprecated.

---------------------------
pkgcheck 0.7.2 (2019-12-20)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
snakeoil~=0.8.4
snakeoil~=0.8.5
2 changes: 1 addition & 1 deletion requirements/install.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chardet
lxml
pathspec
snakeoil~=0.8.4
snakeoil~=0.8.5
pkgcore~=0.10.9
2 changes: 1 addition & 1 deletion requirements/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [
"chardet",
"lxml",
"pathspec",
"snakeoil~=0.8.4",
"snakeoil~=0.8.5",
"pkgcore~=0.10.9",
]
build-backend = "setuptools.build_meta"
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.7.2'
__version__ = '0.7.3'

0 comments on commit d23a34b

Please sign in to comment.