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