diff --git a/CMakeLists.txt b/CMakeLists.txt index b8b9fe0..9d88a46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} diff --git a/conanfile.py b/conanfile.py index 670ed5b..d618b49 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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 " url = "https://github.com/jhuapl/kami" diff --git a/docs/changelog.rst b/docs/changelog.rst index 73a5b0f..32bcbdd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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