From 950e7c06055fa4b51cd5c46813b00cabc4f602a4 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Wed, 21 Oct 2020 17:24:40 -0700 Subject: [PATCH] 3.7.1 patch release --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a4874fbbf..d1202a2d5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,9 +74,9 @@ # built documents. # # The short X.Y version. -version = u'3.7.0' +version = u'3.7.1' # The full version, including alpha/beta/rc tags. -release = u'3.7.0' +release = u'3.7.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 845e19582..ca522651c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # default_version is the version if "git describe --tags" falls through # Addtional package info is set in foqus_lib/version/version.template. # The version module, just makes it a bit easier for FOQUS to pull package info -default_version = "3.7.0" +default_version = "3.7.1" try: version=subprocess.check_output(