From 313c6ab0cc79b137f046f0a06bd2572041da2af7 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Thu, 2 Nov 2023 12:36:52 -0400 Subject: [PATCH] Update version to 1.2.0 This is due to the renaming of the filters which causes API changes. Signed-off-by: Michael Jackson --- CMakeLists.txt | 2 +- conda/meta.yaml | 2 +- conda/recipe.yaml | 2 +- wrapping/python/docs/index_template.rst | 2 +- wrapping/python/docs/source/Installation.rst | 2 +- wrapping/python/docs/source/ReleaseNotes.rst | 2 +- wrapping/python/docs/source/conf.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79e76b4eb8..f6ba33c633 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ option(COMPLEX_ENABLE_INSTALL "Enables COMPLEX install rules" ON) file(TO_CMAKE_PATH "${CMAKE_COMMAND}" CMAKE_COMMAND_NORM) project(complex - VERSION 1.1.0 + VERSION 1.2.0 DESCRIPTION "SIMPL Redesign" HOMEPAGE_URL "https://github.com/BlueQuartzSoftware/complex" LANGUAGES CXX diff --git a/conda/meta.yaml b/conda/meta.yaml index 010f5a5e2c..1d8c4d1914 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "complex" %} -{% set version = "1.1.0" %} +{% set version = "1.2.0" %} package: name: {{ name|lower }} diff --git a/conda/recipe.yaml b/conda/recipe.yaml index a0cb5843f9..318d1f1b3b 100644 --- a/conda/recipe.yaml +++ b/conda/recipe.yaml @@ -1,5 +1,5 @@ context: - version: "1.1.0" + version: "1.2.0" name: complex package: diff --git a/wrapping/python/docs/index_template.rst b/wrapping/python/docs/index_template.rst index 270e4dfc1b..a3d09b4f60 100644 --- a/wrapping/python/docs/index_template.rst +++ b/wrapping/python/docs/index_template.rst @@ -5,7 +5,7 @@ DREAM3D-NX Python Docs ======================= -Latest Version: 1.1.0 +Latest Version: 1.2.0 --------------------- The *complex* library can be installed through an Anaconda packages from the *BlueQuartzSoftware* channel. This can be achieved diff --git a/wrapping/python/docs/source/Installation.rst b/wrapping/python/docs/source/Installation.rst index 751d0a46ef..59a6854c18 100644 --- a/wrapping/python/docs/source/Installation.rst +++ b/wrapping/python/docs/source/Installation.rst @@ -1,7 +1,7 @@ Installation ============ -Latest Version: 1.1.0 +Latest Version: 1.2.0 --------------------- The *complex* library can be installed through an Anaconda packages from the *BlueQuartzSoftware* channel. This can be achieved diff --git a/wrapping/python/docs/source/ReleaseNotes.rst b/wrapping/python/docs/source/ReleaseNotes.rst index 5f4bb884e1..8955e9248b 100644 --- a/wrapping/python/docs/source/ReleaseNotes.rst +++ b/wrapping/python/docs/source/ReleaseNotes.rst @@ -4,7 +4,7 @@ Release Notes The `complex` library is under activate development and while we strive to maintain a stable API bugs are found the necessitate the changing of the API. -Version 1.1.0 +Version 1.2.0 ------------- API Additions diff --git a/wrapping/python/docs/source/conf.py b/wrapping/python/docs/source/conf.py index c6c5872167..c609005f14 100644 --- a/wrapping/python/docs/source/conf.py +++ b/wrapping/python/docs/source/conf.py @@ -9,7 +9,7 @@ project = 'DREAM3D-NX' copyright = '2023, BlueQuartz Software, LLC' author = 'BlueQuartz Software, LLC' -release = '1.1.0' +release = '1.2.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration