Skip to content

Commit b00759b

Browse files
committed
Update release notes and version for 0.2.0-rc1
1 parent 228ff6b commit b00759b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

RELEASE.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
liboqs-python version 0.1.0
1+
liboqs-python version 0.2.0-rc1
22
===========================
33

44
About
@@ -13,13 +13,11 @@ The **Open Quantum Safe (OQS) project** has the goal of developing and prototypi
1313
Release notes
1414
=============
1515

16-
This release of liboqs-python was released on April 23, 2019. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-python/releases/tag/0.1.0.
16+
This release of liboqs-python was released on TODO. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-python/releases/tag/0.2.0.
1717

1818
What's New
1919
----------
2020

21-
This is the first release of liboqs-python.
21+
This is the second release of liboqs-python.
2222

23-
It contains a Python 3 module wrapper for the liboqs C library, along with examples and tests.
24-
25-
liboqs-python can be compiled against liboqs master branch, and makes available all digital signature schemes and key encapsulation mechanisms from liboqs.
23+
This release updates for compatibility with liboqs 0.2.0, which contains new/updated algorithms based on NIST Round 2 submissions.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='liboqs-python',
7-
version='0.1.0',
7+
version='0.2.0-rc1',
88
author='liboqs team',
99
author_email='[email protected]',
1010
packages=find_packages(exclude=('tests', 'docs', 'examples')),

0 commit comments

Comments
 (0)