bin/gen_release_notes.py: fix conditional of bugfix
authorDylan Baker <dylan@pnwbakers.com>
Wed, 9 Oct 2019 17:27:13 +0000 (10:27 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 25 Oct 2019 22:45:53 +0000 (15:45 -0700)
commit69f540c0172c0b2b43ba466adee7cfb8842250e2
treecc2e2da6b434f2f5c7b3673a46f259aad1144d04
parent6b672e342a367c11c23690c5b309617a0b6e9c40
bin/gen_release_notes.py: fix conditional of bugfix

Previously this would result in the .0 warning be generated for .z > 0
and the .z == 0 would get the other message.

Fixes: 86079447da1e00d49db0cbff9a102eb4e71e8702
       ("scripts: Add a gen_release_notes.py script")
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
bin/gen_release_notes.py