Skip to content

Commit 464efb7

Browse files
committed
feat(version): bump patch
1 parent 9258b36 commit 464efb7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
v1.5.2 / 2020-09-07
3+
===================
4+
5+
* Merge pull request #41 from josephwhite13/allow-dictionary-filtering
6+
* Merge pull request #48 from back2root/master
7+
* Check for null value.
8+
* Merge pull request #40 from memborsky/add-regular-expression-contains-support
9+
* feat: support regular expression for performing contains (=~) filtering
10+
* if datum.value is a dictionary, filter on the list of values
11+
212
1.5.1 / 2020-03-09
313
==================
414

jsonpath_ng/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
# Current package version
6-
__version__ = '1.5.1'
6+
__version__ = '1.5.2'

0 commit comments

Comments
 (0)