SAML-Toolkits / python-saml

Python SAML Toolkit
MIT License
660 stars 308 forks source link

Add method to programmatically check the current version? #218

Open serpulga opened 6 years ago

serpulga commented 6 years ago

For instance:

>>> import onelogin.saml2
>>> onelogin.saml2.__version__
'2.4.0'
pitbulk commented 6 years ago

Right now the version is available on the setup.py file only

I was thinking about that also.. but don't know what method is better.

serpulga commented 6 years ago

Btw, thank you for such quick turnaround on CVE-2017-11427. I was about to open up a ticket about it but then I saw it was fixed.