File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- Pre-release
1+ Version 4.3.4 - 14 August 2023
22 - Docker update, see the ["docker/"] directory
33 - Fix in ["types.hpp"] for defaulting types when not using CMake
44
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15)
2- set (QPP_VERSION_NUM 4.3.3 )
2+ set (QPP_VERSION_NUM 4.3.4 )
33set (QPP_VERSION_STR "${QPP_VERSION_NUM} " )
44project (qpp VERSION ${QPP_VERSION_NUM} LANGUAGES CXX)
55set (CMAKE_CXX_STANDARD 17)
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = Quantum++
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = v4.3.3
51+ PROJECT_NUMBER = v4.3.4
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11# Quantum++
22
3- ## Version 4.3.3 - 8 August 2023
3+ ## Version 4.3.4 - 14 August 2023
44
55[ ![ GitHub actions] ( https://github.com/softwareqinc/qpp/actions/workflows/cmake.yml/badge.svg )] ( https://github.com/softwareQinc/qpp/actions )
66
Original file line number Diff line number Diff line change 1- Version 4.3.3 - 8 August 2023
1+ Version 4.3.4 - 14 August 2023
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010name = " pyqpp"
11- version = " 4.3.3 "
11+ version = " 4.3.4 "
1212description = " Python 3 wrapper for Quantum++"
1313authors = [
1414 {
name =
" softwareQ Inc." ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments