Skip to content

Commit

Permalink
Prep for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wwkimball committed May 9, 2019
1 parent 9b447de commit ef97559
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.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
effort.

1.0.0
Initial release. All features are belived to be working as expected, backed by
comprehensive unit tests and my own in-production use of the bundled
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.0.0",
version="1.1.0",
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 ef97559

Please sign in to comment.