From 019b99366c2cd2fde30de8bf6f2567f48c0f9c59 Mon Sep 17 00:00:00 2001 From: Imran Ashraf Date: Mon, 2 Sep 2019 09:16:00 +0200 Subject: [PATCH] bumped version number --- CHANGELOG.md | 18 +++++++++++++++++- conda-recipe/meta.yaml | 2 +- src/version.h | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2254498b9..65572d370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,23 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [ 0.7 ] - [ 2019-06-03 ] +## [ 0.7.1 ] - [ 2019-09-02 ] +### Added +- + +### Changed +- re-factored folders + + +### Removed + + +### Fixed +- fixed issue with correct python library picking on tud win systems + + + +## [ 0.7.0 ] - [ 2019-06-03 ] ### Added - support for single qubit flux options (auto/manual modes) - option to control generation of qasm files and dot graphs diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 1dc3eba60..5c5581530 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: openql - version: "0.7.0" + version: "0.7.1" source: # use the following path for the source if this recipe is inside the repo diff --git a/src/version.h b/src/version.h index 35063ab64..e067e7f7f 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define OPENQL_MINOR_VERSION 7 -#define OPENQL_PATCH_VERSION 0 +#define OPENQL_PATCH_VERSION 1 // Make it easier to check for QISA version dependencies. // This assumes the PATCH and MINOR version will not exceed 99