Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit 7eb7155

Browse files
committed
Prepare release.
1 parent bafdfbc commit 7eb7155

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
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',

u2flib_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
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"

0 commit comments

Comments
 (0)