Skip to content

Commit

Permalink
Bump version and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Jul 14, 2020
1 parent 5351367 commit da5f067
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Releases
for different versions of MapServer
+ A new ``schema`` command line tool to export Mapfile schemas for different versions of MapServer
+ Allow Mapfile validation based on a specific version of MapServer
+ Add better error message when incorrect dicts are passed to printer
+ Add better error message when incorrect dicts are passed to printer
+ Add py38 to continuous integration testing
+ Add command line scripts to continuous integration testing
+ Fix ``CONNECTIONOPTIONS`` formatted output
+ Update to lark-parser 0.9.0
+ `#109 <https://github.com/geographika/mappyfile/pull/109>`_ - Add validation based on MapServer version
+ `#96 <https://github.com/geographika/mappyfile/issues/96>`_ - Unquoted Unicode strings cause parsing errors
Expand Down
2 changes: 1 addition & 1 deletion mappyfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from mappyfile.utils import open, load, loads, find, findall, findunique, dumps, dump, save
from mappyfile.utils import findkey, update, validate

__version__ = "0.8.4"
__version__ = "0.9.0"

__all__ = ['open', 'load', 'loads', 'find', 'findall', 'findunique', 'dumps', 'dump', 'save',
'findkey', 'update', 'validate']
Expand Down

0 comments on commit da5f067

Please sign in to comment.