File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
88include (GNUInstallDirs )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " fenics-ffcx"
10- version = " 0.11 .0.dev0"
10+ version = " 0.12 .0.dev0"
1111description = " The FEniCSx Form Compiler"
1212readme = " README.md"
1313requires-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 ]
You can’t perform that action at this time.
0 commit comments