Skip to content

Commit

Permalink
Update to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Apr 14, 2017
1 parent f44c8dd commit c6c1c60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 1 addition & 7 deletions mappyfile.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>c0748363-1c92-4ed1-8aec-6a098456f29a</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>tests\test_snippets.py</StartupFile>
<StartupFile>tests\test_msautotest.py</StartupFile>
<SearchPath>.</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
Expand Down Expand Up @@ -48,9 +48,6 @@
<Content Include=".gitignore" />
<Content Include=".pypirc" />
<Content Include="LICENSE" />
<Content Include="misc\maplayer.xml">
<SubType>Code</SubType>
</Content>
<Content Include="docs\.gitignore" />
<Content Include="docs\converting_from_mapscript.rst" />
<Content Include="docs\examples\after.map" />
Expand Down Expand Up @@ -439,9 +436,6 @@
<Compile Include="bottle_app.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="misc\qgis.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="docs\conf.py" />
<Compile Include="docs\examples\adding_values.py" />
<Compile Include="docs\examples\create_diagram.py">
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit c6c1c60

Please sign in to comment.