##// END OF EJS Templates
remove mglob external which is only used in quarantine code...
remove mglob external which is only used in quarantine code added comment about removal to ipy_fsops.py removed use from ipy_profile_sh.py removed documentation on previously removed %mglob magic

File last commit:

r1261:a818e11a merge
r7275:fcc05f7d
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