Skip to content

Commit

Permalink
MNT: Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Jun 23, 2020
1 parent 7a4c4fc commit 634ac22
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This is a high level and scarce summary of the changes between releases. We
would recommend to consult log of the [DataLad git
repository](http://github.com/datalad/datalad-container) for more details.

## 1.0.1 (June 23, 2020) --

- Prefer `datalad.core.local.run` to `datalad.interface.run`. The
latter has been marked as obsolete since DataLad v0.12 (our minimum
requirement) and will be removed in DataLad's next feature release.

## 1.0.0 (Feb 23, 2020) -- not-as-a-shy-one

Extension is pretty stable so releasing as 1. MAJOR release, so we could
Expand Down
2 changes: 1 addition & 1 deletion datalad_container/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0.1'
15 changes: 15 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ We would recommend to consult log of the `DataLad git
repository <http://github.com/datalad/datalad-container>`__ for more
details.

1.0.1 (June 23, 2020) –
-----------------------

- Prefer ``datalad.core.local.run`` to ``datalad.interface.run``. The
latter has been marked as obsolete since DataLad v0.12 (our minimum
requirement) and will be removed in DataLad’s next feature release.

1.0.0 (Feb 23, 2020) – not-as-a-shy-one
---------------------------------------

Extension is pretty stable so releasing as 1. MAJOR release, so we could
start tracking API breakages and enhancements properly.

- Drops support for Python 2 and DatLad prior 0.12

0.5.2 (Nov 12, 2019) –
----------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ def setup(sphinx):
# built documents.
#
# The short X.Y version.
version = '0.5'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.5.2'
release = '1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 634ac22

Please sign in to comment.