Skip to content

Commit 6c1a397

Browse files
committed
Update release notes and documentation for version 0.2.1
1 parent 329d3e2 commit 6c1a397

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 0.2.1 - January xx, 2020
1+
Version 0.2.1 - January 22, 2020
22
- Added a signature example
33
- Added partial support for RNGs from <oqs/rand.h>
44
- Added an RNG example

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,14 @@ The Open Quantum Safe project is led by [Douglas Stebila](https://www.douglas.st
116116
Contributors to the liboqs-python wrapper include:
117117

118118
- Ben Davies (University of Waterloo)
119-
- Christian Paquin (Microsoft Research)
120119
- Vlad Gheorghiu (evolutionQ, University of Waterloo)
120+
- Christian Paquin (Microsoft Research)
121+
- Douglas Stebila (University of Waterloo)
121122

122123
### Support
123124

124125
Financial support for the development of Open Quantum Safe has been provided by Amazon Web Services and the Tutte Institute for Mathematics and Computing.
125126

126-
We'd like to make a special acknowledgement to the companies who have dedicated programmer time to contribute source code to OQS, including Amazon Web Services, evolutionQ, and Microsoft Research.
127+
We'd like to make a special acknowledgement to the companies who have dedicated programmer time to contribute source code to OQS, including Amazon Web Services, Cisco Systems, evolutionQ, IBM Research, and Microsoft Research.
127128

128129
Research projects which developed specific components of OQS have been supported by various research grants, including funding from the Natural Sciences and Engineering Research Council of Canada (NSERC); see the source papers for funding acknowledgments.

RELEASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 xx, 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 January 22, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-python/releases/tag/0.2.1.
1717

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

2121
This is the third release of liboqs-python.
22-
This release added partial support for RNGs from `<oqs/rand.h>`, together
23-
with a signature example and an RNG example.
24-
For a list of changes see [CHANGES.txt](https://github.com/open-quantum-safe/liboqs-python/blob/master/CHANGES.txt).
2522

23+
This release added partial support for RNGs from `<oqs/rand.h>`, together with a signature example and an RNG example.
24+
25+
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
@@ -5,7 +5,7 @@
55
setup(
66
name='liboqs-python',
77
version='0.2.1',
8-
author='liboqs team',
8+
author='Open Quantum Safe project',
99
author_email='[email protected]',
1010
packages=find_packages(exclude=('tests', 'docs', 'examples')),
1111
scripts=[],

0 commit comments

Comments
 (0)