chore(version): Bump to version 0.7.2

This commit is contained in:
James P. Howard, II
2023-01-22 21:45:20 -05:00
parent f10bc39cce
commit ffe25478c1
3 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ set(PROJECT_NAME "kami")
set(VERSION_MAJOR 0)
set(VERSION_MINOR 7)
set(VERSION_PATCH 1)
set(VERSION_PATCH 2)
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
project(${PROJECT_NAME}

View File

@@ -3,7 +3,7 @@ from conans import ConanFile, CMake
class KamiConan(ConanFile):
name = "kami"
version = "0.7.1"
version = "0.7.2"
license = "MIT"
author = "James P. Howard, II <james.howard@jhu.edu>"
url = "https://github.com/jhuapl/kami"

View File

@@ -5,6 +5,9 @@ Below is the consolidated changelog for Kami.
- :feature:`0` Added baseline for continuous domains
- :release:`0.7.2 <2023.01.22>`
- :bug:`0` Streamlined documentation builds
- :release:`0.7.1 <2023.01.22>`
- :bug:`0` Corrected bug in documentation build