From 84ea11727b0ca9a7fb6bc804d4cd1246e3795f00 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Thu, 12 Dec 2024 10:25:08 -0800 Subject: [PATCH] Update for IMP 2.22.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 f09eb23..4179773 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.21.0' +IMP_STABLE_RELEASE = '2.22.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 d8b2902..b7f6bac 100755 --- a/notebook/process_notebook.py +++ b/notebook/process_notebook.py @@ -17,7 +17,7 @@ # Latest IMP stable release -IMP_STABLE_RELEASE = '2.21.0' +IMP_STABLE_RELEASE = '2.22.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 ad22865..b13bf51 100755 --- a/www/showall.py +++ b/www/showall.py @@ -8,7 +8,7 @@ import json import yaml -IMP_STABLE_RELEASE = '2.21.0' +IMP_STABLE_RELEASE = '2.22.0' def _filter_repo_name(name):