Skip to content

Commit

Permalink
Merge pull request #2772 from nipy/rel/1.1.5
Browse files Browse the repository at this point in the history
REL: 1.1.5
  • Loading branch information
effigies committed Nov 8, 2018
2 parents cfb5aba + 32543d4 commit a5c7922
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions doc/changelog/1.X.X-changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.1.5 (November 08, 2018)
=========================

Hotfix release.

##### [Full changelog](https://github.com/nipy/nipype/milestone/26?closed=1)

* ENH: Allow timeouts during SLURM job status checks (https://github.com/nipy/nipype/pull/2767)
* RF: Subclass non-daemon variants of all multiprocessing contexts (https://github.com/nipy/nipype/pull/2771)


1.1.4 (October 31, 2018)
========================

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# The short X.Y version.
version = nipype.__version__
# The full version, including alpha/beta/rc tags.
release = "1.1.4"
release = "1.1.5"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# full release. '.dev' as a version_extra string means this is a development
# version
# Remove -dev for release
__version__ = '1.1.5-dev'
__version__ = '1.1.5'


def get_nipype_gitversion():
Expand Down

0 comments on commit a5c7922

Please sign in to comment.