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