Skip to content

Commit

Permalink
New v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Feb 24, 2019
1 parent 997f262 commit ce6bf82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Releases
--------

0.7.7 24/02/2019
0.8.0 24/02/2019
++++++++++++++++

+ Update code to work with Lark 0.6.6 (see #71)
+ New end_comment option for pprint - Add a comment with the block type at each closing END statement e.g. END # MAP
(see request `#69 <https://github.com/geographika/mappyfile/issues/69>`_)
+ Add ``**kwargs`` to main API to allow greater flexibility with plugins
+ Fix DeprecationWarnings relating to Python 3.7.2 (thanks @tigerfoot for the report)
+ Tested use with new jsonschema 3.0.0 release

0.7.6 (13/10/2018)
++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion mappyfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from mappyfile.utils import open, load, loads, find, findall, findunique, dumps, dump, save
from mappyfile.utils import findkey, update, validate

__version__ = "0.7.7"
__version__ = "0.8.0"

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

0 comments on commit ce6bf82

Please sign in to comment.