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

Commit c6adcca

Browse files
committed
Prepare 3.0.1 release.
1 parent 3f0e7f7 commit c6adcca

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Version 3.0.1 (released 2017-06-14)
2+
** Improved Python 3 compatibility.
3+
14
* Version 3.0.0 (released 2016-04-11)
25
** Added support for Python 3.3+.
36
** utils.rand_bytes() now sources bytes from os.urandom().

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"
28+
__version__ = "3.0.1"

0 commit comments

Comments
 (0)