Skip to content

Commit bfb793e

Browse files
committed
release-script: Merge branch 'release/v1.13.1'
2 parents 19f36d6 + 3ac0e26 commit bfb793e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif
1818

1919
errfff:
2020
f2py -c PyHEADTAIL/general/errfff.f90 -m errfff
21-
mv errfff.so PyHEADTAIL/general/
21+
mv errfff*.so PyHEADTAIL/general/
2222

2323
clean:
2424
python setup.py build_ext --inplace cleanall

PyHEADTAIL/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.13.0'
1+
__version__ = '1.13.1'

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ And there you go, start using PyHEADTAIL!
5757
5858
In [1]: import PyHEADTAIL
5959
60-
PyHEADTAIL v1.12.2
60+
PyHEADTAIL v1.13.1
6161
6262
For a single installation of PyHEADTAIL we recommended to add
6363
the PyHEADTAIL path to your PYTHONPATH.

generate_python3

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
mkdir ../python3
2+
rm -rf ../python3/PyHEADTAIL
3+
cp -r ../PyHEADTAIL ../python3/PyHEADTAIL
4+
rm ../python3/PyHEADTAIL/*.so
5+
2to3 --output-dir=../python3/PyHEADTAIL -W -n ../PyHEADTAIL
6+
rm -rf ../python3/PyHEADTAIL/.git
7+
8+
echo "***The code generated by this script is not tested!"
9+
echo "***Use it at your own risk!"

0 commit comments

Comments
 (0)