diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 6b6b6b40..8d5fc8bb 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,4 +1,4 @@ -.. Created by changelog.py at 2024-10-16, command +.. Created by changelog.py at 2024-10-21, command '/Users/giffler/.cache/pre-commit/repoecmh3ah8/py_env-python3.12/bin/changelog docs/source/changes compile --categories Added Changed Fixed Security Deprecated --output=docs/source/changelog.rst' based on the format of 'https://keepachangelog.com/' @@ -6,8 +6,8 @@ CHANGELOG ######### -[Unreleased] - 2024-10-16 -========================= +[0.8.3] - 2024-10-21 +==================== Added ----- diff --git a/docs/source/changes/354.add_support_for_submit_options_to_HTCondor_site_adapter.yaml b/docs/source/changes/354.add_support_for_submit_options_to_HTCondor_site_adapter.yaml index e1e85118..b981ebcf 100644 --- a/docs/source/changes/354.add_support_for_submit_options_to_HTCondor_site_adapter.yaml +++ b/docs/source/changes/354.add_support_for_submit_options_to_HTCondor_site_adapter.yaml @@ -1,9 +1,10 @@ category: added summary: "Add support for submit options to HTCondor site adapter" -description: | - Add support for additional submit options to the `condor_submit` command used to submit HTCondor batch jobs in the - HTCondor site adapter. For example: `-spool` to transfer input files to a remote HTCondor Schedd for job submission. -pull requests: - - 354 +description: "Add support for additional submit options to the `condor_submit` command\ + \ used to submit HTCondor batch jobs in the \nHTCondor site adapter. For example:\ + \ `-spool` to transfer input files to a remote HTCondor Schedd for job submission.\n" issues: - - 353 +- 353 +pull requests: +- 354 +version: 0.8.3 diff --git a/docs/source/changes/versions.yaml b/docs/source/changes/versions.yaml index 76793aa0..814312b1 100644 --- a/docs/source/changes/versions.yaml +++ b/docs/source/changes/versions.yaml @@ -1,3 +1,5 @@ +- semver: 0.8.3 + date: '2024-10-21' - semver: 0.8.2 date: '2024-05-15' - semver: 0.8.1 diff --git a/tardis/__about__.py b/tardis/__about__.py index a11b9e2a..479d8779 100644 --- a/tardis/__about__.py +++ b/tardis/__about__.py @@ -3,7 +3,7 @@ __summary__ = "Transparent Adaptive Resource Dynamic Integration System" __url__ = "https://github.com/matterminers/tardis" -__version__ = "0.8.2" +__version__ = "0.8.3" __author__ = "Manuel Giffels, Matthias Schnepf" __email__ = "giffels@gmail.com" __copyright__ = "2018 - 2024 %s and Contributors" % __author__