Skip to content

Commit

Permalink
Update for 2.20.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Apr 5, 2024
1 parent 47cf2f8 commit e68e82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1'
IMP_STABLE_RELEASE = '2.20.2'

# 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.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__),
Expand Down

0 comments on commit e68e82a

Please sign in to comment.