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

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Mar 30, 2017
1 parent bafdfbc commit 7eb7155
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
* Version 5.0.0 (unreleased)
** Major release: Rewrote most of the library to get rid of legacy.
** API changes everywhere, this release it NOT backwards compatible.
* Version 5.0.0 (released 2017-03-30)
** Major release: This release is NOT backwards compatible.
** Object model has been updated to reflect the 1.1 FIDO JavaScript API.
** Full Python 2.7 and 3.3+ support.
** Lots of things have been rewritten.

* Version 4.0.1 (released 2016-04-05)
** Bugfix: Certificates sometimes failed to parse on Python 3.
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
tests_require=[],
extras_require={
'u2f_server': ['WebOb'],
'u2f_server:python_version=="2.6"': ['argparse'],
'yubiauth_server': ['yubiauth', 'WebOb'],
},
classifiers=[
'License :: OSI Approved :: BSD License',
Expand Down
2 changes: 1 addition & 1 deletion u2flib_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

__version__ = "5.0.0-dev"
__version__ = "5.0.0"

0 comments on commit 7eb7155

Please sign in to comment.