getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] branch master updated: towards release


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] branch master updated: towards release 5.4.2
Date: Tue, 21 Jun 2022 05:46:16 -0400

This is an automated email from the git hooks/post-receive script.

renard pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new e29c6e03 towards release 5.4.2
e29c6e03 is described below

commit e29c6e03ba682dcd61237fcb0211564bd58a9fec
Author: Renard Yves <yves.renard@insa-lyon.fr>
AuthorDate: Tue Jun 21 11:46:05 2022 +0200

    towards release 5.4.2
---
 bin/extract_doc                      | 4 ++--
 configure.ac                         | 4 ++--
 doc/sphinx/source/replaces.txt       | 4 ++--
 interface/src/python/getfem_python.c | 4 ++--
 interface/src/python/setup.py.in     | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/bin/extract_doc b/bin/extract_doc
index 4a0dcaa4..e0f72c68 100755
--- a/bin/extract_doc
+++ b/bin/extract_doc
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- python -*-
 #
-# Copyright (C) 2004-2020 Yves Renard, Julien Pommier.
+# Copyright (C) 2004-2022 Yves Renard, Julien Pommier.
 #                                                       
 # This file is a part of GetFEM                                         
 #                                                                         
@@ -1885,7 +1885,7 @@ elif (option == 'python-com' or option == 
'python-com-par'):
 #
 # Python GetFEM interface
 #
-# Copyright (C) 2004-2020 Yves Renard, Julien Pommier.
+# Copyright (C) 2004-2022 Yves Renard, Julien Pommier.
 #
 # This file is a part of GetFEM
 #
diff --git a/configure.ac b/configure.ac
index d9ae16b0..df29c29d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,10 +27,10 @@ dnl thus, updating cache ./config.cache avoided.
 define([AC_CACHE_LOAD], )dnl
 define([AC_CACHE_SAVE], )dnl
 
-AC_INIT(getfem, 5.4.1)
+AC_INIT(getfem, 5.4.2)
 MAJOR_VERSION="5"
 MINOR_VERSION="4"
-PATCH_VERSION="1"
+PATCH_VERSION="2"
 AC_DEFINE_UNQUOTED([MAJOR_VERSION],$MAJOR_VERSION,[Major version number])
 AC_DEFINE_UNQUOTED([MINOR_VERSION],$MINOR_VERSION,[Minor version number])
 AC_DEFINE_UNQUOTED([PATCH_VERSION],$PATCH_VERSION,[Patch version number])
diff --git a/doc/sphinx/source/replaces.txt b/doc/sphinx/source/replaces.txt
index 60df7ba9..2f9f44ac 100644
--- a/doc/sphinx/source/replaces.txt
+++ b/doc/sphinx/source/replaces.txt
@@ -19,8 +19,8 @@
 .. |sLU| replace:: *SuperLU*
 .. |mumps| replace:: *MUMPS*
 .. |sphinx| replace:: *Sphinx*
-.. |version| replace:: 5.4.1
-.. |licyears| replace:: 2004-2020
+.. |version| replace:: 5.4.2
+.. |licyears| replace:: 2004-2022
 .. |gfi| replace:: *getfem-interface*
 .. |m| replace:: `mesh`
 .. |mls| replace:: `mesh_level_set`
diff --git a/interface/src/python/getfem_python.c 
b/interface/src/python/getfem_python.c
index b0020ff1..beeb0cc8 100644
--- a/interface/src/python/getfem_python.c
+++ b/interface/src/python/getfem_python.c
@@ -1,6 +1,6 @@
 /*===========================================================================
 
- Copyright (C) 2004-2020 Julien Pommier.
+ Copyright (C) 2004-2022 Julien Pommier.
 
  This file is a part of GetFEM++
 
@@ -778,7 +778,7 @@ getfem_env(PyObject *self, PyObject *args) {
     word_out = PyString_FromString("GetFEM");
   } else if (strcmp(word_in,"copyright") == 0) {
     word_out = PyString_FromString
-    ("2004-2020 GetFEM project");
+    ("2004-2022 GetFEM project");
   } else if (strcmp(word_in,"authors") == 0) {
     word_out = PyString_FromString
     ("Yves Renard, Julien Pommier, Konstantinos Poulios");
diff --git a/interface/src/python/setup.py.in b/interface/src/python/setup.py.in
index f2e926a8..6a8445bf 100644
--- a/interface/src/python/setup.py.in
+++ b/interface/src/python/setup.py.in
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 # Python GetFEM interface
 #
-# Copyright (C) 2004-2020 Julien Pommier.
+# Copyright (C) 2004-2022 Julien Pommier.
 #
 # This file is a part of GetFEM
 #
@@ -68,7 +68,7 @@ getfemmod = Extension('_getfem',
 
 setup (name = 'getfem-interface',
        license='LGPL',
-       version = '5.4.1',
+       version = '5.4.2',
        maintainer="Yves Renard",
        maintainer_email="Yves.Renard@insa-lyon.fr",
        description = "This is the getfem-python-interface module",



reply via email to

[Prev in Thread] Current Thread [Next in Thread]