From 9a2a9313a5fb2f13c9de4e24fdd330b1b4ae48f3 Mon Sep 17 00:00:00 2001 From: Ian H Pittwood Date: Mon, 16 Mar 2020 16:21:56 -0500 Subject: [PATCH] Bump version to 0.0.4 --- ChangeLog | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c02b41c..4c90b28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 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 * Adds --log-file option to specify a file to log to * Add logic to remove issue numbers from 'related' that are duplicated in 'closed' diff --git a/setup.cfg b/setup.cfg index 7fa4a0d..44660f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = gerrit-to-github-issues -version = 0.0.3 +version = 0.0.4 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-file = README.md