##// END OF EJS Templates
Add a very simple test case to test only the widget for the wxIpython...
Add a very simple test case to test only the widget for the wxIpython widget.

File last commit:

r1049:c87d640e
r1107:a878bb95
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