From 6b12d7693f04a2f6b1abdc4b06ab199eaf4b797f Mon Sep 17 00:00:00 2001 From: Ralf Hemmecke Date: Sat, 1 Jul 2023 09:21:27 +0200 Subject: [PATCH] correct version infromation --- src/doc/sphinx/source/citation.rst | 4 ++-- src/doc/sphinx/source/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/sphinx/source/citation.rst b/src/doc/sphinx/source/citation.rst index 8f3d9af72..af42819e3 100644 --- a/src/doc/sphinx/source/citation.rst +++ b/src/doc/sphinx/source/citation.rst @@ -12,8 +12,8 @@ following BibTeX entry to refer to |PACKAGE_NAME| in any publication. @Misc{FriCAS, key = {FriCAS}, author = {{FriCAS team}}, - year = {2021}, - title = {{FriCAS---an advanced computer algebra system}}, + year = {2023}, + title = {{FriCAS} 1.3.9---an advanced computer algebra system}, note = {Available at \url{http://fricas.github.io}} } diff --git a/src/doc/sphinx/source/conf.py b/src/doc/sphinx/source/conf.py index 59a9315cf..23662c208 100644 --- a/src/doc/sphinx/source/conf.py +++ b/src/doc/sphinx/source/conf.py @@ -44,7 +44,7 @@ PACKAGE_BOOK = os.environ.get('PACKAGE_BOOK', FRICAS_URL + '/book.pdf') ################################################################### -copyright = '2007-2020, FriCAS Team' +copyright = '2007-2023, FriCAS Team' author = 'FriCAS Team' project = PACKAGE_TARNAME release = PACKAGE_VERSION