Skip to content

Commit

Permalink
Initial 3.4.1 version bump and CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
wwkimball committed Jan 22, 2021
1 parent 5ee89a0 commit 8d1674e
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 @@
3.4.1:
Bug Fixes:
* yaml-set (and the underlying Processor class) were unable to change nodes
with a null (None) value to anything else.

3.4.0:
Bug Fixes:
* For the yaml-diff command-line tool, custom identity keys for specific
Expand Down
2 changes: 1 addition & 1 deletion yamlpath/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Core YAML Path classes."""
# Establish the version number common to all components
__version__ = "3.4.0"
__version__ = "3.4.1"

from yamlpath.yamlpath import YAMLPath
from yamlpath.processor import Processor

0 comments on commit 8d1674e

Please sign in to comment.