Skip to content

Commit 97e500c

Browse files
committed
Version 0.3.0
1 parent 7b33585 commit 97e500c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pre-release
1+
Version 0.3.0 - June 10, 2020
22
- Disabled unit testing for McEliece and Rainbow-IIIc/Vc under Windows
33
(stack size too small)
44
- The liboqs handle has now module-private visibility in oqs.py so clients

RELEASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
liboqs-python version 0.2.1
1+
liboqs-python version 0.3.0
22
===========================
33

44
About
@@ -13,13 +13,13 @@ 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 January 22, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-python/releases/tag/0.2.1.
16+
This release of liboqs-python was released on June 10, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-python/releases/tag/0.3.0.
1717

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

21-
This is the third release of liboqs-python.
21+
This is the fourth release of liboqs-python.
2222

23-
This release added partial support for RNGs from `<oqs/rand.h>`, together with a signature example and an RNG example.
23+
This release added AppVeyor continuous integration and it is now fully supported on Windows.
2424

2525
For a list of changes see [CHANGES.txt](https://github.com/open-quantum-safe/liboqs-python/blob/master/CHANGES.txt).

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.2.1',
7+
version='0.3.0',
88
author='Open Quantum Safe project',
99
author_email='[email protected]',
1010
packages=find_packages(exclude=('tests', 'docs', 'examples')),

0 commit comments

Comments
 (0)