From 2ebae2b64babb428815f866c57e16183eb8c627a Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Fri, 27 Mar 2020 11:57:28 -0300 Subject: [PATCH 1/2] prevent live website update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c1e85bb7bf9..2232fc4e76b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ script: after_success: - echo "$TRAVIS_SECURE_ENV_VARS" - - sh -c 'if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "branch-7-2"; then echo "publish website"; ./scripts/travis_add_deploy_key.sh; ./scripts/travis_deploy_website.sh build /tmp; fi' + #- sh -c 'if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "branch-7-2"; then echo "publish website"; ./scripts/travis_add_deploy_key.sh; ./scripts/travis_deploy_website.sh build /tmp; fi' notifications: irc: From ccda085961bb4e32944dfeb2d8eb99e5ee30a14b Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Tue, 9 Jul 2024 11:08:03 -0300 Subject: [PATCH 2/2] tag 7.2.3 --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 4460ab25891..6721934a662 100644 --- a/conf.py +++ b/conf.py @@ -40,7 +40,7 @@ # General information about the project. project = u'MapServer' -copyright = u'2019, Open Source Geospatial Foundation' +copyright = u'2021, Open Source Geospatial Foundation' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -49,7 +49,7 @@ # The short X.Y version. version = '7.2' # The full version, including alpha/beta/rc tags. -release = '7.2.2' +release = '7.2.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.