diff --git a/HISTORY.rst b/HISTORY.rst index b8d5083..43a183c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ History .. to_doc +------------------ +0.2.0 (12-02-2024) +------------------ +Misc. refactoring and enhancements to bootstrap_history by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/19 +Fix strip_release bug by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/20 + ------------------- 0.1.11 (20-05-2024) ------------------- diff --git a/setup.cfg b/setup.cfg index 22d87bb..76f01ae 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.11 +version = 0.2.0 [options] include_package_data = True