Bump version number and date

This commit is contained in:
James P. Howard, II
2022-08-11 22:20:38 -04:00
parent 8a1ac91fae
commit beb6a1d99b
3 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ set(PROJECT_NAME "kami")
set(VERSION_MAJOR 0)
set(VERSION_MINOR 5)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
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.5.0"
version = "0.5.1"
license = "MIT"
author = "James P. Howard, II <james.howard@jhu.edu>"
url = "https://github.com/jhuapl/kami"

View File

@@ -1,7 +1,9 @@
Changelog
=========
- :support:`0` Completed unit tests
- :release:`0.5.1 <2022.08.11>`
- :support:`0` Completed initial unit tests
- :support:`0` Added background info to READ ME
- :release:`0.5.0 <2022.08.08>`
- :feature:`0` Added a barebones "starter" model to build from