From 09f076b71b4c569319ffffd99bfa8a8aea8ccc7d Mon Sep 17 00:00:00 2001 From: John Davis Date: Mon, 20 May 2024 15:51:44 -0400 Subject: [PATCH] Create release 0.1.11 --- HISTORY.rst | 6 ++++++ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f018507..b8d5083 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ History .. to_doc +------------------- +0.1.11 (20-05-2024) +------------------- +* Update release issue template by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/16 +* Fix typos in release issue template by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/18 + ------------------ 0.1.9 (02-05-2024) ------------------ diff --git a/setup.cfg b/setup.cfg index a223cf7..c365a96 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.9 +version = 0.1.11 [options] include_package_data = True