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

Commit 886e453

Browse files
committed
Prepare release.
1 parent 8de9941 commit 886e453

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Version 3.0.0 (unreleased)
1+
* Version 3.0.0 (released 2016-04-11)
22
** Added support for Python 3.3+.
33
** utils.rand_bytes() now sources bytes from os.urandom().
44
** utils.websafe_encode() now returns text strings (unicode() on Python 2.x,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'Programming Language :: Python',
5555
'Programming Language :: Python :: 2',
5656
'Programming Language :: Python :: 2.7',
57-
'Programming Language :: Python :: 3'
57+
'Programming Language :: Python :: 3',
5858
'Programming Language :: Python :: 3.3',
5959
'Programming Language :: Python :: 3.4',
6060
'Programming Language :: Python :: 3.5',

u2flib_host/__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__ = "3.0.0-dev0"
28+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)