Skip to content

Commit 5636f27

Browse files
committed
petsc4py: set 3.22.0 release strings
1 parent 2cb8225 commit 5636f27

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

src/binding/petsc4py/CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ CHANGES: PETSc for Python
66
:Contact: dalcinl@gmail.com
77

88

9+
Release 3.22.0
10+
==============
11+
12+
- Update to PETSc 3.22 release.
13+
914
Release 3.21.0
1015
==============
1116

src/binding/petsc4py/DESCRIPTION.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ project.
3838
V. Eijkhout, J. Faibussowitsch, W. Gropp, V. Hapla, T. Isaac, P. Jolivet,
3939
D. Karpeyev, D. Kaushik, M. Knepley, F. Kong, S. Kruger,
4040
D. May, L. Curfman McInnes, R. Mills, L. Mitchell, T. Munson,
41-
J. Roman, K. Rupp, P. Sanan, J Sarich, B. Smith,
41+
J. Roman, K. Rupp, P. Sanan, J Sarich, B. Smith, H. Suh,
4242
S. Zampini, H. Zhang, and H. Zhang, J. Zhang,
43-
*PETSc/TAO Users Manual*, ANL-21/39 - Revision 3.21, 2024.
43+
*PETSc/TAO Users Manual*, ANL-21/39 - Revision 3.22, 2024.
4444
http://dx.doi.org/10.2172/2205494,
4545
https://petsc.org/release/docs/manual/manual.pdf

src/binding/petsc4py/docs/source/citing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ project.
1515
V. Eijkhout, J. Faibussowitsch, W. Gropp, V. Hapla, T. Isaac, P. Jolivet,
1616
D. Karpeyev, D. Kaushik, M. Knepley, F. Kong, S. Kruger,
1717
D. May, L. Curfman McInnes, R. Mills, L. Mitchell, T. Munson,
18-
J. Roman, K. Rupp, P. Sanan, J Sarich, B. Smith,
18+
J. Roman, K. Rupp, P. Sanan, J Sarich, B. Smith, H. Suh,
1919
S. Zampini, H. Zhang, and H. Zhang, J. Zhang,
20-
*PETSc/TAO Users Manual*, ANL-21/39 - Revision 3.21, 2024.
20+
*PETSc/TAO Users Manual*, ANL-21/39 - Revision 3.22, 2024.
2121
https://doi.org/10.2172/2205494,
2222
https://petsc.org/release/docs/manual/manual.pdf

src/binding/petsc4py/docs/source/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ communication and computation.
2727
V. Eijkhout, J. Faibussowitsch, W. Gropp, V. Hapla, T. Isaac, P. Jolivet,
2828
D. Karpeyev, D. Kaushik, M. Knepley, F. Kong, S. Kruger,
2929
D. May, L. Curfman McInnes, R. Mills, L. Mitchell, T. Munson,
30-
J. Roman, K. Rupp, P. Sanan, J Sarich, B. Smith,
30+
J. Roman, K. Rupp, P. Sanan, J Sarich, B. Smith, H. Suh,
3131
S. Zampini, H. Zhang, and H. Zhang, J. Zhang,
32-
*PETSc/TAO Users Manual*, ANL-21/39 - Revision 3.21, 2024.
32+
*PETSc/TAO Users Manual*, ANL-21/39 - Revision 3.22, 2024.
3333
http://dx.doi.org/10.2172/2205494,
3434
https://petsc.org/release/docs/manual/manual.pdf
3535

src/binding/petsc4py/src/petsc4py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"""
1717

1818
__author__ = 'Lisandro Dalcin'
19-
__version__ = '3.21.6'
19+
__version__ = '3.22.0'
2020
__credits__ = 'PETSc Team <petsc-maint@mcs.anl.gov>'
2121

2222

0 commit comments

Comments
 (0)