##// END OF EJS Templates
Merge pull request #2222 from minrk/canning...
Merge pull request #2222 from minrk/canning adjust how canning deals with import strings * imports should only happen once * errors should only be logged when *user* imports fail (not systems without numpy)

File last commit:

r1261:a818e11a merge
r8101:14006db8 merge
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