From 7840d2211c24054ad0233c0bc14c793749d6aed6 Mon Sep 17 00:00:00 2001 From: Alex-Kolar Date: Wed, 6 Jul 2022 10:32:48 -0500 Subject: [PATCH] Update version to 0.3.2 --- CHANGELOG.md | 6 ++++++ docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5561bc2..03a03f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,3 +77,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Mirror` class for simple reflection of photons - Sends photon to another node with quantum channel connection to the local node - Quantum++ package acknowledgement to README + +## [0.3.2] +### Changed +- Corrected units in jupyter notebook example files +- Corrected units for the optical channel class +- Bug fixes for tutorial scripts diff --git a/docs/source/conf.py b/docs/source/conf.py index c9c43d1e..1e4597ba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Xiaoliang Wu, Joaquin Chung, Alexander Kolar, Eugene Wang, Tian Zhong, Rajkumar Kettimuthu, Martin Suchara' # The full version, including alpha/beta/rc tags -release = '0.3.1' +release = '0.3.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c330b1fa..dc741ea6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="sequence", - version="0.3.1", + version="0.3.2", author="Xiaoliang Wu, Joaquin Chung, Alexander Kolar, Eugene Wang, Tian Zhong, Rajkumar Kettimuthu, Martin Suchara", author_email="xwu64@hawk.iit.edu, chungmiranda@anl.gov, akolar@anl.gov, eugenewang@yahoo.com, tzh@uchicago.edu, kettimut@mcs.anl.gov, msuchara@anl.gov", description="Simulator of Quantum Network Communication: SEQUENCE-Python is a prototype version of the official SEQUENCE release.",