Skip to content

Commit

Permalink
VER: Update to 1.3.0 because of the API breakage
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed Apr 12, 2024
1 parent 3c6b21f commit 35f2d29
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ endif()
file(TO_CMAKE_PATH "${CMAKE_COMMAND}" CMAKE_COMMAND_NORM)

project(simplnx
VERSION 1.2.7
VERSION 1.3.0
DESCRIPTION "SIMPL Redesign"
HOMEPAGE_URL "https://github.com/bluequartzsoftware/simplnx"
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 = "simplnx" %}
{% set version = "1.2.7" %}
{% set version = "1.3.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.2.7"
version: "1.3.0"
name: simplnx

package:
Expand Down
1 change: 1 addition & 0 deletions wrapping/python/docs/index_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ How to use SIMPLNX from Python
:maxdepth: 1
:caption: Release Notes

ReleaseNotes_130
ReleaseNotes_127
ReleaseNotes_126
ReleaseNotes_124
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.2.7
Latest Version: 1.3.0
---------------------

The *simplnx* library can be installed through an Anaconda packages from the *BlueQuartzSoftware* channel. This can be achieved
Expand Down
19 changes: 19 additions & 0 deletions wrapping/python/docs/source/ReleaseNotes_130.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Release Notes 1.3.0
===================

The `simplnx` 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.3.0
-------------




API Changes & Additions 1.3.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Most of the parameter keys have been updated. This will _break_ your pipelines and python codes.

Change Log 1.3.0
^^^^^^^^^^^^^^^^^^^^
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 = 'SIMPLNX Python Docs'
copyright = '2024, BlueQuartz Software, LLC'
author = 'BlueQuartz Software, LLC'
release = '1.2.7'
release = '1.3.0'

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

0 comments on commit 35f2d29

Please sign in to comment.