From a9d3f4cee4c863cda4dfab97bd086be5cb928b58 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Thu, 13 Jun 2024 16:05:25 -0700 Subject: [PATCH] Update for IMP 2.21.0 release --- doxygen/make-docs.py | 2 +- notebook/process_notebook.py | 2 +- www/showall.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doxygen/make-docs.py b/doxygen/make-docs.py index 5e05ae9..b1521a5 100755 --- a/doxygen/make-docs.py +++ b/doxygen/make-docs.py @@ -29,7 +29,7 @@ from urllib2 import urlopen # Latest IMP stable release -IMP_STABLE_RELEASE = '2.20.2' +IMP_STABLE_RELEASE = '2.21.0' # Absolute path to the top of the repository TOPDIR = os.path.abspath('..') diff --git a/notebook/process_notebook.py b/notebook/process_notebook.py index 0c6216c..15a6d4f 100755 --- a/notebook/process_notebook.py +++ b/notebook/process_notebook.py @@ -17,7 +17,7 @@ # Latest IMP stable release -IMP_STABLE_RELEASE = '2.20.2' +IMP_STABLE_RELEASE = '2.21.0' # Path to doxygen directory (containing doxygen inputs) DOXDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), diff --git a/www/showall.py b/www/showall.py index 91b4fa1..6660a8d 100755 --- a/www/showall.py +++ b/www/showall.py @@ -8,7 +8,7 @@ import json import yaml -IMP_STABLE_RELEASE = '2.20.2' +IMP_STABLE_RELEASE = '2.21.0' def _filter_repo_name(name):