From cd4f52f82c3897f347fb53a43537b1e08447687d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 30 Oct 2024 10:43:45 +0100 Subject: [PATCH] Version 1.2.0 --- Project.toml | 2 +- README.md | 7 +++---- gap/OscarInterface/PackageInfo.g | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 2af6c6f1974b..a8f6d8da0485 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Oscar" uuid = "f1435218-dba5-11e9-1e4d-f1a5fab5fc13" authors = ["The OSCAR Team "] -version = "1.2.0-DEV" +version = "1.2.0" [deps] AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d" diff --git a/README.md b/README.md index 7e6dc79ccc37..5dba2c6a242c 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,7 @@ julia> using Oscar / _ \ / ___| / ___| / \ | _ \ | Combining ANTIC, GAP, Polymake, Singular | | | |\___ \| | / _ \ | |_) | | Type "?Oscar" for more information | |_| | ___) | |___ / ___ \| _ < | Manual: https://docs.oscar-system.org - \___/ |____/ \____/_/ \_\_| \_\ | Version 1.2.0-DEV - + \___/ |____/ \____/_/ \_\_| \_\ | Version 1.2.0 julia> k, a = quadratic_field(-5) (Imaginary quadratic field defined by x^2 + 5, sqrt(-5)) @@ -114,7 +113,7 @@ pm::Array > If you have used OSCAR in the preparation of a paper please cite it as described below: [OSCAR] - OSCAR -- Open Source Computer Algebra Research system, Version 1.2.0-DEV, + OSCAR -- Open Source Computer Algebra Research system, Version 1.2.0, The OSCAR Team, 2024. (https://www.oscar-system.org) [OSCAR-book] Wolfram Decker, Christian Eder, Claus Fieker, Max Horn, Michael Joswig, eds. @@ -127,7 +126,7 @@ If you are using BibTeX, you can use the following BibTeX entries: key = {OSCAR}, organization = {The OSCAR Team}, title = {OSCAR -- Open Source Computer Algebra Research system, - Version 1.2.0-DEV}, + Version 1.2.0}, year = {2024}, url = {https://www.oscar-system.org}, } diff --git a/gap/OscarInterface/PackageInfo.g b/gap/OscarInterface/PackageInfo.g index 975c342cf939..8a7bbc2c1a8c 100644 --- a/gap/OscarInterface/PackageInfo.g +++ b/gap/OscarInterface/PackageInfo.g @@ -10,8 +10,8 @@ SetPackageInfo( rec( PackageName := "OscarInterface", Subtitle := "GAP interface to OSCAR", -Version := "1.2.0-DEV", -Date := "18/06/2024", # dd/mm/yyyy format +Version := "1.2.0", +Date := "30/10/2024", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [