From 1a654571a2afdf94a47acffafb6b9072b054404f Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Thu, 2 May 2024 14:11:28 +0200 Subject: [PATCH] Create release 0.1.9 --- HISTORY.rst | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0ec62ba..f018507 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,11 @@ History .. to_doc +------------------ +0.1.9 (02-05-2024) +------------------ +* Fix release script if multiple bug fixes subheadings in changelog by @mvdbeek in https://github.com/galaxyproject/galaxy-release-util/pull/15 + ------------------ 0.1.8 (02-05-2024) ------------------ diff --git a/setup.cfg b/setup.cfg index 803ecb8..a223cf7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst long_description_content_type = text/x-rst name = galaxy-release-util url = https://github.com/galaxyproject/galaxy-release-util -version = 0.1.8 +version = 0.1.9 [options] include_package_data = True