Skip to content

Commit 2d590ae

Browse files
jhaleclaude
andauthored
Bump version to 0.12.0.dev0 and update dependency versions. (#841)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 30b2403 commit 2d590ae

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.19)
22

33
# Development version: x.x.x.0
44
# Release version: x.x.x
5-
project(ufcx VERSION 0.11.0.0 DESCRIPTION "UFCx interface header for finite element kernels"
5+
project(ufcx VERSION 0.12.0.0 DESCRIPTION "UFCx interface header for finite element kernels"
66
LANGUAGES C
77
HOMEPAGE_URL https://github.com/fenics/ffcx)
88
include(GNUInstallDirs)

ffcx/codegeneration/ufcx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <stdbool.h>
1414

1515
#define UFCX_VERSION_MAJOR 0
16-
#define UFCX_VERSION_MINOR 11
16+
#define UFCX_VERSION_MINOR 12
1717
#define UFCX_VERSION_MAINTENANCE 0
1818
#define UFCX_VERSION_IS_RELEASE false
1919

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "fenics-ffcx"
10-
version = "0.11.0.dev0"
10+
version = "0.12.0.dev0"
1111
description = "The FEniCSx Form Compiler"
1212
readme = "README.md"
1313
requires-python = ">=3.11"
@@ -21,8 +21,8 @@ dependencies = [
2121
"numpy>=1.21",
2222
"cffi",
2323
"setuptools>=77.0.3", # cffi with compilation support requires setuptools
24-
"fenics-basix>=0.11.0.dev0",
25-
"fenics-ufl>=2025.2.0",
24+
"fenics-basix>=0.12.0.dev0",
25+
"fenics-ufl>=2026.2.0.dev0",
2626
]
2727

2828
[project.urls]

0 commit comments

Comments
 (0)