From 5403a8d9a8f858960f60c1be823e63be00b92a6e Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 11 Aug 2021 10:41:16 +0200 Subject: [PATCH] DOC: add caosdb.entity to docs --- CMakeLists.txt | 2 +- doc/conf.py.in | 2 ++ proto/caosdb/CMakeLists.txt | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8576b22..2f4e907 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.13) -set(CAOSDB_PROTO_VERSION 0.0.1) +set(CAOSDB_PROTO_VERSION 0.0.10) project("caosdb-proto" VERSION ${CAOSDB_PROTO_VERSION} diff --git a/doc/conf.py.in b/doc/conf.py.in index abddb23..a315fd0 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -20,6 +20,8 @@ project = '@CMAKE_PROJECT_NAME@' copyright = '2021 IndiScale GmbH' author = 'Timm Fitschen' +version = '@CMAKE_PROJECT_VERSION@' +release = '@CMAKE_PROJECT_VERSION@' rst_prolog = """ .. |PROJECT_NAME| replace:: @CMAKE_PROJECT_NAME@ diff --git a/proto/caosdb/CMakeLists.txt b/proto/caosdb/CMakeLists.txt index d3ce821..1ecce67 100644 --- a/proto/caosdb/CMakeLists.txt +++ b/proto/caosdb/CMakeLists.txt @@ -20,6 +20,7 @@ set(CAOSDB_API_PACKAGES caosdb.info.v1alpha1 + caosdb.entity.v1alpha1 ) # pass variable to parent scope -- GitLab