Merge branch 'release/0.7.0' into develop

This commit is contained in:
James P. Howard, II
2023-01-22 20:49:44 -05:00
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13)
set(PROJECT_NAME "kami")
set(VERSION_MAJOR 0)
set(VERSION_MINOR 6)
set(VERSION_MINOR 7)
set(VERSION_PATCH 0)
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

View File

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

View File

@@ -1,6 +1,7 @@
Changelog
=========
- :release:`0.7.0 <2023.01.22>`
- :support:`0` Added a minimal example and tutorial
- :support:`0` Added documentation for each example
- :feature:`0` Readded step() to the Model interface