Skip to content

Commit 8784ba0

Browse files
authored
Bump versions (#555)
1 parent a55fca9 commit 8784ba0

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

ChangeLog.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
Changelog
22
=========
33

4+
0.6.0
5+
-----
6+
See https://github.com/FEniCS/ffcx/compare/v0.5.0...v0.6.0
47

58
0.5.0
69
-----
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
811

912
0.4.0
1013
-----
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
1215

1316
0.3.0
1417
-----
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
1619

1720
0.2.0
1821
-----

cmake/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.19)
22

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"
44
LANGUAGES C
55
HOMEPAGE_URL https://github.com/fenics/ffcx)
66
include(GNUInstallDirs)

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# future
33
[metadata]
44
name = fenics-ffcx
5-
version = 0.6.0.dev0
5+
version = 0.7.0.dev0
66
author = FEniCS Project Contributors
77
88
maintainer = FEniCS Project Steering Council
@@ -46,7 +46,7 @@ install_requires =
4646
numpy
4747
cffi
4848
setuptools
49-
fenics-basix >= 0.6.0.dev0, <0.7.0
49+
fenics-basix >= 0.7.0.dev0, <0.8.0
5050
fenics-ufl >= 2022.3.0.dev0, <2022.4.0
5151

5252
[options.extras_require]

0 commit comments

Comments
 (0)