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 7373
7474# General information about the project.
7575project = u'nipype'
76- copyright = u'2009-18 , Neuroimaging in Python team'
76+ copyright = u'2009-19 , Neuroimaging in Python team'
7777
7878# The version info for the project you're documenting, acts as replacement for
7979# |version| and |release|, also used in various other places throughout the
8282# The short X.Y version.
8383version = nipype .__version__
8484# The full version, including alpha/beta/rc tags.
85- release = "1.1.7 "
85+ release = "1.1.8 "
8686
8787# The language for content autogenerated by Sphinx. Refer to documentation
8888# for a list of supported languages.
Original file line number Diff line number Diff line change 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.8-dev '
14+ __version__ = '1.1.8'
1515
1616
1717def get_nipype_gitversion ():
You can’t perform that action at this time.
0 commit comments