Skip to content

Commit

Permalink
release-script: Merge branch 'release/v1.13.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
aoeftiger committed Mar 13, 2019
2 parents 19f36d6 + 3ac0e26 commit bfb793e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif

errfff:
f2py -c PyHEADTAIL/general/errfff.f90 -m errfff
mv errfff.so PyHEADTAIL/general/
mv errfff*.so PyHEADTAIL/general/

clean:
python setup.py build_ext --inplace cleanall
Expand Down
2 changes: 1 addition & 1 deletion PyHEADTAIL/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.13.0'
__version__ = '1.13.1'
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ And there you go, start using PyHEADTAIL!
In [1]: import PyHEADTAIL
PyHEADTAIL v1.12.2
PyHEADTAIL v1.13.1
For a single installation of PyHEADTAIL we recommended to add
the PyHEADTAIL path to your PYTHONPATH.
9 changes: 9 additions & 0 deletions generate_python3
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
mkdir ../python3
rm -rf ../python3/PyHEADTAIL
cp -r ../PyHEADTAIL ../python3/PyHEADTAIL
rm ../python3/PyHEADTAIL/*.so
2to3 --output-dir=../python3/PyHEADTAIL -W -n ../PyHEADTAIL
rm -rf ../python3/PyHEADTAIL/.git

echo "***The code generated by this script is not tested!"
echo "***Use it at your own risk!"

0 comments on commit bfb793e

Please sign in to comment.