Skip to content

Commit 675b006

Browse files
authored
REL: Updates for the DREAM3D-NX 7.2.2 Release (#1445)
1 parent 62f0e95 commit 675b006

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "simplnx" %}
2-
{% set version = "25.07.23" %}
2+
{% set version = "25.09.28" %}
33

44
package:
55
name: {{ name|lower }}

conda/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
context:
2-
version: "25.07.23"
2+
version: "25.09.28"
33
name: simplnx
44

55
package:

wrapping/python/docs/index_template.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
compiling additional plugins, and you want the python docs
33
generated, you will need to add those to the list below
44
5-
DREAM3D-NX Python Docs (v25.07.23)
5+
DREAM3D-NX Python Docs (v25.09.28)
66
===================================
77

88
.. image:: https://anaconda.org/bluequartzsoftware/dream3dnx/badges/version.svg

wrapping/python/docs/source/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Installation
22
============
33

4-
Latest Version: 25.07.23
4+
Latest Version: 25.09.28
55
-------------------------
66

77
The *simplnx* library can be installed through an Anaconda packages from the *BlueQuartzSoftware* channel. This can be achieved

wrapping/python/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'SIMPLNX Python Docs'
1010
copyright = '2025, BlueQuartz Software, LLC'
1111
author = 'BlueQuartz Software, LLC'
12-
release = '25.07.23'
12+
release = '25.09.28'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)