Bump version to 0.0.4

This commit is contained in:
Ian H Pittwood 2020-03-16 16:21:56 -05:00
parent 5b055bba76
commit 9a2a9313a5
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
CHANGES CHANGES
======= =======
* Implements evaluation and posting of change approvals on issues (#1)
* Add parameter to set a limit on the age of changes looked back at
* Release 0.0.3
* Fix deleted logging configuration call * Fix deleted logging configuration call
* Adds --log-file option to specify a file to log to * Adds --log-file option to specify a file to log to
* Add logic to remove issue numbers from 'related' that are duplicated in 'closed' * Add logic to remove issue numbers from 'related' that are duplicated in 'closed'

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = gerrit-to-github-issues name = gerrit-to-github-issues
version = 0.0.3 version = 0.0.4
summary = Updates Github Issues with new related Gerrit changes summary = Updates Github Issues with new related Gerrit changes
description = A set of scripts that can be used to synchronize/update Github Issues with data from a Gerrit instance. description = A set of scripts that can be used to synchronize/update Github Issues with data from a Gerrit instance.
description-file = README.md description-file = README.md