From 344cc54b88795dae562cd958024f853472aeacac Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 9 Aug 2024 19:51:45 -0400 Subject: [PATCH] More administrative changes; bump verison to dev --- AUTHORS.txt | 2 +- Makefile | 2 +- README.rst | 4 ++-- mathics/__init__.py | 2 +- mathics/version.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 03cdcf44b..70434a4ca 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -7,7 +7,7 @@ Up until around 2017 was maintained by: - Angus Griffith @sn6uv - Ben Jones @bnjones -Currently it is maintained by the Mathics Team +Currently it is maintained by the Mathics3 Team Additional contributions were made by: diff --git a/Makefile b/Makefile index 179d97c18..423e35ba2 100644 --- a/Makefile +++ b/Makefile @@ -152,4 +152,4 @@ rmChangeLog: #: Create a ChangeLog from git via git log and git2cl ChangeLog: rmChangeLog git log --pretty --numstat --summary | $(GIT2CL) >$@ - patch ChangeLog < ChangeLog-spell-corrected.diff + patch -R ChangeLog < ChangeLog-spell-corrected.diff diff --git a/README.rst b/README.rst index c9fd6c1ba..0bc714cd5 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ Welcome to Mathics Core! |Packaging status| -Mathics is a general-purpose computer algebra system (CAS). +Mathics3 is a general-purpose computer algebra system (CAS). However this repository contains just the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them. @@ -17,7 +17,7 @@ Installing Installing locally, requires a number of dependencies and OS package dependencies. -See the `Installing Mathics `_ for instructions on installing Mathics3. +See the `Installing Mathics3 `_ for instructions on installing Mathics3. Running: -------- diff --git a/mathics/__init__.py b/mathics/__init__.py index b174e16b2..b2b2dcec8 100644 --- a/mathics/__init__.py +++ b/mathics/__init__.py @@ -63,7 +63,7 @@ license_string = """\ -Copyright (C) 2011-2024 The Mathics Team. +Copyright (C) 2011-2024 The Mathics3 Team. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. diff --git a/mathics/version.py b/mathics/version.py index cc1f72182..6de05f6da 100644 --- a/mathics/version.py +++ b/mathics/version.py @@ -5,4 +5,4 @@ # well as importing into Python. That's why there is no # space around "=" below. # fmt: off -__version__="7.0.0" # noqa +__version__="7.0.1dev0" # noqa