Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #172 from bpoldrack/prepare-release
Browse files Browse the repository at this point in the history
Prepare release 0.0.8
  • Loading branch information
bpoldrack authored Feb 4, 2021
2 parents 3fb6a6c + 6341b45 commit c1a78d6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ would recommend to consult log of the [Git
repository](http://github.com/psychoinformatics-de/datalad-hirni) for more
details.


## 0.0.8 (February 2, 2021)
- compatibility with datalad 0.14 series
- switch CI to AppVeyor

## 0.0.7 (October 7, 2020)
- adapt for datalad 0.13 series and raise dependency to 0.13.4
- raised dependency on datalad-neuroimaging
Expand Down
2 changes: 1 addition & 1 deletion datalad_hirni/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.7'
__version__ = '0.0.8'
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ We would recommend to consult log of the `Git
repository <http://github.com/psychoinformatics-de/datalad-hirni>`__ for
more details.

0.0.8 (February 2, 2021)
------------------------

- compatibility with datalad 0.14 series
- switch CI to AppVeyor

0.0.7 (October 7, 2020)
-----------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ def findsome(subdir, extensions):
zip_safe=False,
# datalad command suite specs from here
install_requires=[
'datalad[full]>=0.13.7',
'datalad[full]>=0.14.0',
'datalad-metalad>=0.2.0',
'datalad-neuroimaging>=0.3.1',
'datalad-container>=0.5.2',
'datalad-container>=1.1.2',
'datalad-webapp>=0.3',
],
extras_require={
Expand Down

0 comments on commit c1a78d6

Please sign in to comment.