From e473c9a0a0914e0fdc3a4abb568130581a03722b Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Sat, 10 Aug 2024 09:38:37 -0400 Subject: [PATCH] PY: Conda 24.08.10 Release Signed-off-by: Michael Jackson --- conda/meta.yaml | 2 +- wrapping/python/docs/index_template.rst | 2 +- wrapping/python/docs/source/Installation.rst | 2 +- wrapping/python/docs/source/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index be5133c56f..80e9b1edbd 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "simplnx" %} -{% set version = "24.08.03" %} +{% set version = "24.08.10" %} package: name: {{ name|lower }} diff --git a/wrapping/python/docs/index_template.rst b/wrapping/python/docs/index_template.rst index 7d6ceb8314..5a95784187 100644 --- a/wrapping/python/docs/index_template.rst +++ b/wrapping/python/docs/index_template.rst @@ -2,7 +2,7 @@ compiling additional plugins, and you want the python docs generated, you will need to add those to the list below -DREAM3D-NX Python Docs (v24.08.03) +DREAM3D-NX Python Docs (v24.08.10) =================================== Installation diff --git a/wrapping/python/docs/source/Installation.rst b/wrapping/python/docs/source/Installation.rst index 5331db3e0b..ac3858316d 100644 --- a/wrapping/python/docs/source/Installation.rst +++ b/wrapping/python/docs/source/Installation.rst @@ -1,7 +1,7 @@ Installation ============ -Latest Version: 24.08.03 +Latest Version: 24.08.10 ------------------------- The *simplnx* library can be installed through an Anaconda packages from the *BlueQuartzSoftware* channel. This can be achieved diff --git a/wrapping/python/docs/source/conf.py b/wrapping/python/docs/source/conf.py index b513d8f041..5b3876b747 100644 --- a/wrapping/python/docs/source/conf.py +++ b/wrapping/python/docs/source/conf.py @@ -9,7 +9,7 @@ project = 'SIMPLNX Python Docs' copyright = '2024, BlueQuartz Software, LLC' author = 'BlueQuartz Software, LLC' -release = '24.08.03' +release = '24.08.10' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration