diff --git a/doxygen/make-docs.py b/doxygen/make-docs.py index 0aded62..5e05ae9 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.1' +IMP_STABLE_RELEASE = '2.20.2' # 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 be39d0b..7e17f6e 100755 --- a/notebook/process_notebook.py +++ b/notebook/process_notebook.py @@ -17,7 +17,7 @@ # Latest IMP stable release -IMP_STABLE_RELEASE = '2.20.1' +IMP_STABLE_RELEASE = '2.20.2' # Path to doxygen directory (containing doxygen inputs) DOXDIR = os.path.abspath(os.path.join(os.path.dirname(__file__),