Skip to content

Commit a5c7922

Browse files
authored
Merge pull request #2772 from nipy/rel/1.1.5
REL: 1.1.5
2 parents cfb5aba + 32543d4 commit a5c7922

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

doc/changelog/1.X.X-changelog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
1.1.5 (November 08, 2018)
2+
=========================
3+
4+
Hotfix release.
5+
6+
##### [Full changelog](https://github.com/nipy/nipype/milestone/26?closed=1)
7+
8+
* ENH: Allow timeouts during SLURM job status checks (https://github.com/nipy/nipype/pull/2767)
9+
* RF: Subclass non-daemon variants of all multiprocessing contexts (https://github.com/nipy/nipype/pull/2771)
10+
11+
112
1.1.4 (October 31, 2018)
213
========================
314

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# The short X.Y version.
8383
version = nipype.__version__
8484
# The full version, including alpha/beta/rc tags.
85-
release = "1.1.4"
85+
release = "1.1.5"
8686

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

nipype/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# full release. '.dev' as a version_extra string means this is a development
1212
# version
1313
# Remove -dev for release
14-
__version__ = '1.1.5-dev'
14+
__version__ = '1.1.5'
1515

1616

1717
def get_nipype_gitversion():

0 commit comments

Comments
 (0)