##// END OF EJS Templates
Change logo link to ipython.org; fixes #1366
Change logo link to ipython.org; fixes #1366

File last commit:

r1261:a818e11a merge
r11716:a71f55af
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx