##// END OF EJS Templates
Patch by Beni Cherniavsky to improve tab-completion in emacs with 2.6....
Patch by Beni Cherniavsky to improve tab-completion in emacs with 2.6. https://bugs.launchpad.net/ipython/+bug/414967

File last commit:

r1261:a818e11a merge
r2424:54fed50d
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