Skip to content

Commit

Permalink
0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Mar 29, 2019
1 parent 9b5d845 commit a812d2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Releases
--------

0.8.2 29/03/2019
++++++++++++++++

+ `#74 <https://github.com/geographika/mappyfile/issues/74>`_ - Map files containing Unicode can fail in mappyfile.load with
python2.7 thanks @iantuton
+ `#73 <https://github.com/geographika/mappyfile/issues/73>`_ - Deepcopy not working (Python3 >=3.5) - thanks @guardeivid
+ Add support for CLUSTER keyword along with schema changes and tests

0.8.1 27/02/2019
++++++++++++++++

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.8.1"
__version__ = "0.8.2"

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

0 comments on commit a812d2e

Please sign in to comment.