From c6c1c608eb6b922c597df0a026ac0eacce9352c2 Mon Sep 17 00:00:00 2001 From: geographika Date: Fri, 14 Apr 2017 10:30:32 +0200 Subject: [PATCH] Update to 0.2.2 --- docs/index.rst | 1 + mappyfile.pyproj | 8 +------- setup.py | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index be57eb1..e539408 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -156,6 +156,7 @@ These have been downloaded and added to the ``/tests`` folder. This folder also Releases -------- ++ 0.2.2 - various fixes to grammar, and allow for alternate comparison operators + 0.2.1 - new ``findall`` function https://github.com/geographika/mappyfile/pull/12 + 0.2.0 - switch to Lark parser + 0.1.0 - initial release diff --git a/mappyfile.pyproj b/mappyfile.pyproj index fe10950..4696ddc 100644 --- a/mappyfile.pyproj +++ b/mappyfile.pyproj @@ -5,7 +5,7 @@ 2.0 c0748363-1c92-4ed1-8aec-6a098456f29a . - tests\test_snippets.py + tests\test_msautotest.py . . . @@ -48,9 +48,6 @@ - - Code - @@ -439,9 +436,6 @@ Code - - Code - diff --git a/setup.py b/setup.py index 0a59da3..24e661e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ def readme(): return f.read() setup(name='mappyfile', - version='0.2.1', + version='0.2.2', description='A pure Python MapFile parser for working with MapServer', long_description=readme(), classifiers=[