Skip to content

Commit

Permalink
Update for IMP 2.21.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 13, 2024
1 parent 700bac4 commit a9d3f4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doxygen/make-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('..')
Expand Down
2 changes: 1 addition & 1 deletion notebook/process_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__),
Expand Down
2 changes: 1 addition & 1 deletion www/showall.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a9d3f4c

Please sign in to comment.