From 75361f3fb3625627012eaeb1225830245b80e55c Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 25 May 2021 03:58:38 -0400 Subject: [PATCH] Get ready for release 1.0.2 --- CHANGES.rst | 12 ++++++++++++ mathics_pygments/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 32a92d9..1234175 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,18 @@ CHANGES ======= +1.0.2 +----- + +Reorder list of REs tried so that Symbols re comes before Identifier +regular expression. + +This corrects symbol detection and "<<" or ``Get[]`` detection. + +(There are still two classes lexer tests that need to be addressed to +be on par with pygments-mathematica). + + 1.0.1 ----- diff --git a/mathics_pygments/version.py b/mathics_pygments/version.py index c678dca..4cbe78c 100644 --- a/mathics_pygments/version.py +++ b/mathics_pygments/version.py @@ -4,4 +4,4 @@ # This file is suitable for sourcing inside POSIX shell as # well as importing into Python. That's why there is no # space around "=" below. -__version__="1.0.2.dev0" # noqa +__version__="1.0.2" # noqa