Skip to content

Commit

Permalink
MNT: Release 0.5.1
Browse files Browse the repository at this point in the history
Closes #111.
  • Loading branch information
kyleam committed Nov 8, 2019
1 parent d8252be commit 90dceed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.

## unreleased () --
## 0.5.1 (Nov 08, 2019) --

### Fixes

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__ = '0.5.0'
__version__ = '0.5.1'
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ We would recommend to consult log of the `DataLad git
repository <http://github.com/datalad/datalad-container>`__ for more
details.

unreleased () –
---------------
0.5.1 (Nov 08, 2019) –
----------------------

Fixes
~~~~~
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.1'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.1.0'
release = '0.5.1'

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

0 comments on commit 90dceed

Please sign in to comment.