From 8c781a6a8892054c9430f98b74fb44176bbc65fc Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Tue, 12 Nov 2019 09:36:29 -0500 Subject: [PATCH] MNT: 1.3.1-dev --- doc/documentation.rst | 2 +- nipype/info.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/documentation.rst b/doc/documentation.rst index 70b55d9a78..5b4216f8a7 100644 --- a/doc/documentation.rst +++ b/doc/documentation.rst @@ -9,7 +9,7 @@ Documentation :Release: |version| :Date: |today| -Previous versions: `1.2.3 `_ `1.2.2 `_ +Previous versions: `1.3.0 `_ `1.2.3 `_ .. container:: doc2 diff --git a/nipype/info.py b/nipype/info.py index 8a155fbc36..6fc6cf0099 100644 --- a/nipype/info.py +++ b/nipype/info.py @@ -9,7 +9,7 @@ # nipype version information # Remove -dev for release -__version__ = '1.3.0' +__version__ = '1.3.1-dev' def get_nipype_gitversion():