Skip to content

Commit

Permalink
Release readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
wwkimball committed Mar 3, 2020
1 parent 0fbfb16 commit 2338d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
2.3.2:
Bug Fixes:
* When there is exactly one result, a Collector returns the sole, bare node
rather than a list of exactly 1 element. This is by design to eliminate
burdensome 0-indexing, like `(collector)[0]`. However, Collector set math
was expecting a list in every case and crashed when there was a single
non-list result.
* Subtraction collector math crashed when the RHS result was non-iterable.

2.3.1:
Bug Fixes:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

setuptools.setup(
name="yamlpath",
version="2.3.1",
version="2.3.2",
description="Read and change YAML/Compatible data using powerful, intuitive, command-line friendly syntax",
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: ISC License (ISCL)",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 2338d91

Please sign in to comment.