The branch is this one: https://github.com/campagnola/pyqtgraph/tree/release-0.10.0 and the PR is here: https://github.com/pyqtgraph/pyqtgraph/pull/383
You can of course parse the __version__ from pyqtgraph/__init__.py, but what did you want that for? On Thu, Oct 27, 2016 at 6:03 AM, Samuel Garcia <[email protected]> wrote: > Hi Luke, > thanks a lot for this new version. > If you come back to France one day, you will get a new bottle of wine for > this. > > Question : where is the git repo/branch of this new release. I am lost is > it here: > https://github.com/campagnola/pyqtgraph > or > https://github.com/pyqtgraph/pyqtgraph > > and which branch also. > > Could it be possible to have a separate version.py with version='0.10.0' > inside? > So it could be parsed without the need of installing the module. > with something like this > version = open("pyqtgraph/version.py").readline().split('=')[1].replace(' > ', '') > > > Thanks a lot. > > Samuel > > > > > Le 24/10/2016 à 06:49, Luke Campagnola a écrit : > > Greetings, > I have uploaded some preliminary release packages for version 0.10.0 to > http://pyqtgraph.org/downloads/0.10.0/. Please give them a spin and let > me know if they break anything for you. If there are no major issues, then > I will publish these in a few days. > > Cheers, > Luke > -- > You received this message because you are subscribed to the Google Groups > "pyqtgraph" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/pyqtgraph/CACZXET-7N_-h4R65VFC_%2BUB45RtyMOZAEvy5SuabXXztEzMRa > g%40mail.gmail.com > <https://groups.google.com/d/msgid/pyqtgraph/CACZXET-7N_-h4R65VFC_%2BUB45RtyMOZAEvy5SuabXXztEzMRag%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "pyqtgraph" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/pyqtgraph/0ff2cd99-1e1b-32a3-d458-44a31ecb9796%40cnrs.fr > <https://groups.google.com/d/msgid/pyqtgraph/0ff2cd99-1e1b-32a3-d458-44a31ecb9796%40cnrs.fr?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/CACZXET_E0rx7%2Bm%3D7JKqb2wnq-VEzESW%2B3%3D3dB9S0%2BtsqO7Y6sA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
