File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
74
74
# General information about the project.
75
75
project = u'nipype'
76
- copyright = u'2009-18 , Neuroimaging in Python team'
76
+ copyright = u'2009-19 , Neuroimaging in Python team'
77
77
78
78
# The version info for the project you're documenting, acts as replacement for
79
79
# |version| and |release|, also used in various other places throughout the
82
82
# The short X.Y version.
83
83
version = nipype .__version__
84
84
# The full version, including alpha/beta/rc tags.
85
- release = "1.1.7 "
85
+ release = "1.1.8 "
86
86
87
87
# The language for content autogenerated by Sphinx. Refer to documentation
88
88
# for a list of supported languages.
Original file line number Diff line number Diff line change 11
11
# full release. '.dev' as a version_extra string means this is a development
12
12
# version
13
13
# Remove -dev for release
14
- __version__ = '1.1.8-dev '
14
+ __version__ = '1.1.8'
15
15
16
16
17
17
def get_nipype_gitversion ():
You can’t perform that action at this time.
0 commit comments