Skip to content

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
This is due to the renaming of the filters which causes API changes.

Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed Nov 2, 2023
1 parent c4de052 commit 313c6ab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "complex" %}
{% set version = "1.1.0" %}
{% set version = "1.2.0" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion conda/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: "1.1.0"
version: "1.2.0"
name: complex

package:
Expand Down
2 changes: 1 addition & 1 deletion wrapping/python/docs/index_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wrapping/python/docs/source/Installation.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion wrapping/python/docs/source/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wrapping/python/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 313c6ab

Please sign in to comment.