Skip to content

Commit

Permalink
Merge pull request #349 from giffels/release-0.8.3
Browse files Browse the repository at this point in the history
Prepare release of 0.8.3
  • Loading branch information
giffels authored Nov 4, 2024
2 parents ee17ef9 + 4420c17 commit dbb0722
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.. 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/'
#########
CHANGELOG
#########

[Unreleased] - 2024-10-16
=========================
[0.8.3] - 2024-10-21
====================

Added
-----
Expand Down
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions docs/source/changes/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- semver: 0.8.3
date: '2024-10-21'
- semver: 0.8.2
date: '2024-05-15'
- semver: 0.8.1
Expand Down
2 changes: 1 addition & 1 deletion tardis/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit dbb0722

Please sign in to comment.