Skip to content

Commit

Permalink
Prep 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
William W. Kimball committed May 28, 2019
1 parent 32fe6be commit 6fa703d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.0.1:
Bug Fixes:
* yaml-set v1.0.4 lost track of EYAML block formatting between read and write,
causing replacement values to use unexpected formatting. This is fixed in
yaml-set v.1.0.5.

2.0.0:
Enhancements:
* Added Collectors to YAML Path expressions. These take the form of "(YAML
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="2.0.0",
version="2.0.1",
description="Read and change YAML/Compatible data using powerful, intuitive, command-line friendly syntax",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6fa703d

Please sign in to comment.