##// END OF EJS Templates
Creating new COPYING.txt that is copied over from ipython1-dev.
Creating new COPYING.txt that is copied over from ipython1-dev.

File last commit:

r1248:19e3b286
r1249:03766282
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