Skip to content

Commit a03ee19

Browse files
committed
Bump version: 1.3.1 → 1.4.0
1 parent 0dfe953 commit a03ee19

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.3.1"
2+
current_version = "1.4.0"
33
commit = true
44
tag = true
55
tag_name = "{new_major}.{new_minor}.{new_patch}"

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.4.0] - 2026-05-04
88
@joergbrech, @AntonReiswich: Tagging you here. You might need to include this into TiGL / geoml.
99

1010
### Changed
@@ -14,7 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
Thanks: @Shkolik 🙏
1515
- Improved python package build workflow.
1616

17-
### Added
1817
### Fixed
1918
- Fixed gradient computation in B-spline intersection. This should improve
2019
robustness and convergence of the intersection computation.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-FileCopyrightText: 2018 German Aerospace Center (DLR)
44

55
cmake_minimum_required (VERSION 3.15.0)
6-
project (occ_gordon VERSION 1.3.1)
6+
project (occ_gordon VERSION 1.4.0)
77

88
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
99

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.3.1" %}
1+
{% set version = "1.4.0" %}
22

33
package:
44
name: occ_gordon

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build-backend = "scikit_build_core.build"
1111

1212
[project]
1313
name = "occ_gordon"
14-
version = "1.3.1"
14+
version = "1.4.0"
1515
description = "Curve Network Interpolation for pythonocc"
1616
requires-python = ">=3.9"
1717
authors = [

0 commit comments

Comments
 (0)