Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wwkimball committed May 10, 2019
1 parent 36ee81a commit b06dac6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.1
Bug fixes:
* The . search operand was limited to only Hash key-names; it now also enables
searching Array elements.

1.1.0
Added support for Regular Expressions as a search mechanism against Hash keys
and values. Also increased unit test coverage and fixed some bugs in that
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 @@

setuptools.setup(
name="yamlpath",
version="1.1.0",
version="1.1.1",
description="Generally-useful YAML and EYAML tools employing a human-friendly YAML Path",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b06dac6

Please sign in to comment.