Skip to content

Commit

Permalink
Create 0.9.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Mar 1, 2022
1 parent 7009889 commit ec972bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Releases
--------

0.9.5 01/03/2022
++++++++++++++++

+ `#147 <https://github.com/geographika/mappyfile/pull/147>`_ - Create list objects for containers when modifying dicts
+ `#146 <https://github.com/geographika/mappyfile/pull/146>`_ - Add COMPOSITE validation
+ `#145 <https://github.com/geographika/mappyfile/issues/145>`_ - layers.insert fails with dict error
+ `#144 <https://github.com/geographika/mappyfile/issues/144>`_ - Invalid value in COMPOSITE - 'compfilter'
+ `#140 <https://github.com/geographika/mappyfile/pull/140>`_ - New feature: group complex types at the end

0.9.4 22/02/2022
++++++++++++++++

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, create, dict_move_to_end

__version__ = "0.9.4"
__version__ = "0.9.5"

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

0 comments on commit ec972bb

Please sign in to comment.