File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.6.0
5
+ -----
6
+ See https://github.com/FEniCS/ffcx/compare/v0.5.0...v0.6.0
4
7
5
8
0.5.0
6
9
-----
7
- See: https://github.com/FEniCS/ffcx/compare/v0.5.0...v0.4.0 for details
10
+ See: https://github.com/FEniCS/ffcx/compare/v0.5.0...v0.4.0
8
11
9
12
0.4.0
10
13
-----
11
- See: https://github.com/FEniCS/ffcx/compare/v0.4.0...v0.3.0 for details
14
+ See: https://github.com/FEniCS/ffcx/compare/v0.4.0...v0.3.0
12
15
13
16
0.3.0
14
17
-----
15
- See: https://github.com/FEniCS/ffcx/compare/v0.3.0...v0.2.0 for details
18
+ See: https://github.com/FEniCS/ffcx/compare/v0.3.0...v0.2.0
16
19
17
20
0.2.0
18
21
-----
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.19)
2
2
3
- project (ufcx VERSION 0.6 .0 DESCRIPTION "UFCx interface header for finite element kernels"
3
+ project (ufcx VERSION 0.7 .0 DESCRIPTION "UFCx interface header for finite element kernels"
4
4
LANGUAGES C
5
5
HOMEPAGE_URL https://github.com/fenics/ffcx)
6
6
include (GNUInstallDirs)
Original file line number Diff line number Diff line change 2
2
# future
3
3
[metadata]
4
4
name = fenics-ffcx
5
- version = 0.6 .0.dev0
5
+ version = 0.7 .0.dev0
6
6
author = FEniCS Project Contributors
7
7
8
8
maintainer = FEniCS Project Steering Council
@@ -46,7 +46,7 @@ install_requires =
46
46
numpy
47
47
cffi
48
48
setuptools
49
- fenics-basix >= 0.6 .0.dev0, <0.7 .0
49
+ fenics-basix >= 0.7 .0.dev0, <0.8 .0
50
50
fenics-ufl >= 2022.3.0.dev0, <2022.4.0
51
51
52
52
[options.extras_require]
You can’t perform that action at this time.
0 commit comments