diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e6bcf5..b8b9fe0 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 0) +set(VERSION_PATCH 1) set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) project(${PROJECT_NAME} diff --git a/conanfile.py b/conanfile.py index bae149b..670ed5b 100644 --- a/conanfile.py +++ b/conanfile.py @@ -3,7 +3,7 @@ from conans import ConanFile, CMake class KamiConan(ConanFile): name = "kami" - version = "0.7.0" + version = "0.7.1" license = "MIT" author = "James P. Howard, II " url = "https://github.com/jhuapl/kami" diff --git a/docs/changelog.rst b/docs/changelog.rst index c3509e1..6f026b7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,9 @@ Changelog ========= +- :release:`0.7.1 <2023.01.22>` +- :bug:`0` Corrected bug in documentation build + - :release:`0.7.0 <2023.01.22>` - :support:`0` Added a minimal example and tutorial - :support:`0` Added documentation for each example