diff --git a/HISTORY.rst b/HISTORY.rst index 06d568c..4f80c88 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ======= +0.8.1_ (2022-07-21) +------------------- + +* Locate hard-copy of `pyparsing` *inside* `plumbing` folder. #117 +* Only import system-installed `pyparsing` if it is >=3.0 + + 0.8.0_ (2022-07-21) ------------------- diff --git a/parselglossy/__init__.py b/parselglossy/__init__.py index ea172e6..982fff8 100644 --- a/parselglossy/__init__.py +++ b/parselglossy/__init__.py @@ -31,7 +31,7 @@ __author__ = """Roberto Di Remigio, Radovan Bast""" __email__ = "roberto.diremigio@gmail.com" -__version__ = "0.8.0" +__version__ = "0.8.1" __copyright__ = "Copyright 2019, dev-cafe" __credits__ = [ "Jonas Juselius",