From a35d281491a5fd7448399165fae27e9c020e1957 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Tue, 16 Jan 2024 10:38:45 -0800 Subject: [PATCH] Update for IMP 2.20.1 release --- doxygen/make-docs.py | 2 +- notebook/process_notebook.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen/make-docs.py b/doxygen/make-docs.py index 45a6717..0aded62 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.0' +IMP_STABLE_RELEASE = '2.20.1' # 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 15223df..321ef7e 100755 --- a/notebook/process_notebook.py +++ b/notebook/process_notebook.py @@ -17,7 +17,7 @@ # Latest IMP stable release -IMP_STABLE_RELEASE = '2.20.0' +IMP_STABLE_RELEASE = '2.20.1' # Path to doxygen directory (containing doxygen inputs) DOXDIR = os.path.abspath(os.path.join(os.path.dirname(__file__),