From fc2de2f2a12b22c0392c79300aeb35e54004482f Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Tue, 17 Apr 2018 13:29:28 +0200 Subject: [PATCH] update to v0.7.5 in docs, setup and recipe --- conda/recipe/meta.yaml | 2 +- docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml index 5b05b7b3c..6403dae78 100644 --- a/conda/recipe/meta.yaml +++ b/conda/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.7.0" %} +{% set version = "0.7.5" %} package: name: mpas_analysis diff --git a/docs/conf.py b/docs/conf.py index f1d8c9453..658d713e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,9 +70,9 @@ # built documents. # # The short X.Y version. -version = u'0.7.0' +version = u'0.7.5' # The full version, including alpha/beta/rc tags. -release = u'0.7.0' +release = u'0.7.5' # 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 e38cb21f4..df6010a42 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ isrelease = True -version = '0.7.0' +version = '0.7.5' if not isrelease: import subprocess