File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949# built documents.
5050#
5151# The short X.Y version.
52- version = "1.0.2 "
52+ version = "1.0.3 "
5353# The full version, including alpha/beta/rc tags.
54- release = "1.0.2 "
54+ release = "1.0.3 "
5555
5656# The language for content autogenerated by Sphinx. Refer to documentation
5757# for a list of supported languages.
Original file line number Diff line number Diff line change 33 You can adapt this file completely to your liking, but it should at least
44 contain the root `toctree` directive.
55
6- Welcome to the pyo 1.0.2 documentation
6+ Welcome to the pyo 1.0.3 documentation
77===================================================
88
99.. image :: _static/E-PyoIcon.png
Original file line number Diff line number Diff line change 2121#include "Python.h"
2222#include <math.h>
2323
24- #define PYO_VERSION "1.0.2 "
24+ #define PYO_VERSION "1.0.3 "
2525
2626#ifndef __MYFLT_DEF
2727#define __MYFLT_DEF
Original file line number Diff line number Diff line change 66# 3. Execute from pyo folder : ./scripts/release_doc_src.sh
77#
88
9- version=1.0.2
9+ version=1.0.3
1010replace=XXX
1111
1212doc_rep=pyo_XXX-doc
Original file line number Diff line number Diff line change 1212# curl https://bootstrap.pypa.io/get-pip.py | python(3)
1313#
1414
15- version=1.0.2
15+ version=1.0.3
1616replace=XXX
1717
1818# ### Clean up.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def get_jack_api():
4949 else :
5050 return "JACK_NEW_API"
5151
52- pyo_version = "1.0.2 "
52+ pyo_version = "1.0.3 "
5353build_with_jack_support = False
5454compile_externals = False
5555win_arch = platform .architecture ()[0 ]
You can’t perform that action at this time.
0 commit comments