Skip to content

Commit

Permalink
Prepare for 0.3.1 release (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Dec 20, 2022
1 parent 5f05828 commit c84e349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ keywords:
- BIDS-App
- Neuroimaging
license: BSD-3-Clause
version: 0.3.0
date-released: '2022-11-09'
version: 0.3.1
date-released: '2022-12-20'
4 changes: 0 additions & 4 deletions xcp_d/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ def __call__(self, parser, namespace, values, option_string=None): # noqa: U100
setattr(namespace, self.dest, values)


class _DeprecatedStoreAction030(_DeprecatedStoreAction):
__version__ = "0.3.0"


class _DeprecatedStoreAction040(_DeprecatedStoreAction):
__version__ = "0.4.0"

Expand Down

0 comments on commit c84e349

Please sign in to comment.