This repository was archived by the owner on Jun 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- * Version 5.0.0 (unreleased)
2- ** Major release: Rewrote most of the library to get rid of legacy.
3- ** API changes everywhere, this release it NOT backwards compatible.
1+ * Version 5.0.0 (released 2017-03-30)
2+ ** Major release: This release is NOT backwards compatible.
43 ** Object model has been updated to reflect the 1.1 FIDO JavaScript API.
54 ** Full Python 2.7 and 3.3+ support.
5+ ** Lots of things have been rewritten.
66
77* Version 4.0.1 (released 2016-04-05)
88 ** Bugfix: Certificates sometimes failed to parse on Python 3.
Original file line number Diff line number Diff line change 4949 tests_require = [],
5050 extras_require = {
5151 'u2f_server' : ['WebOb' ],
52- 'u2f_server:python_version=="2.6"' : ['argparse' ],
53- 'yubiauth_server' : ['yubiauth' , 'WebOb' ],
5452 },
5553 classifiers = [
5654 'License :: OSI Approved :: BSD License' ,
Original file line number Diff line number Diff line change 2525# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2626# POSSIBILITY OF SUCH DAMAGE.
2727
28- __version__ = "5.0.0-dev "
28+ __version__ = "5.0.0"
You can’t perform that action at this time.
0 commit comments