From e6d6236721c7bc36a493c96370448cc49430838b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlastimil=20Z=C3=ADma?= <vlastimil.zima@nic.cz> Date: Fri, 10 Jul 2020 14:26:44 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- ChangeLog.rst | 3 +++ setup.cfg | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 54665b3..c1c325c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True tag_name = {new_version} diff --git a/ChangeLog.rst b/ChangeLog.rst index e3500ab..346a3d4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -8,6 +8,9 @@ ChangeLog Unreleased ---------- +0.3.0 (2020-07-10) +------------------ + * Add templates' UUID to Email message. 0.2.0 (2020-06-17) diff --git a/setup.cfg b/setup.cfg index ba4ad54..b04ab33 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fred-api-messenger -version = 0.2.0 +version = 0.3.0 author_email = vlastimil.zima@nic.cz description = Protocol buffers for FRED messenger service long_description = file: README.rst, ChangeLog.rst -- GitLab