Skip to content

Commit dbf4a92

Browse files
doc update
1 parent 400ed64 commit dbf4a92

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jello changelog
22

3-
20230520 v1.6.1
3+
20250529 v1.6.1
44
- Add the `-R` option to ingest the data as a raw string instead of converting to a dict/list
55
- Add more information to query errors
66
- Add the ability to add more information to the query scope

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[![Tests](https://github.com/kellyjonbrazil/jello/workflows/Tests/badge.svg?branch=master)](https://github.com/kellyjonbrazil/jello/actions)
21
[![Pypi](https://img.shields.io/pypi/v/jello.svg)](https://pypi.org/project/jello/)
32

43
>Built on `jello`:

jello/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
__version__ = '1.6.1'
55
AUTHOR = 'Kelly Brazil'
66
WEBSITE = 'https://github.com/kellyjonbrazil/jello'
7-
COPYRIGHT = '© 2020-2023 Kelly Brazil'
7+
COPYRIGHT = '© 2020-2025 Kelly Brazil'
88
LICENSE = 'MIT License'

man/jello.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH jello 1 2022-06-26 1.6.1 "Jello JSON Filter"
1+
.TH jello 1 2025-05-29 1.6.1 "Jello JSON Filter"
22
.SH NAME
33
Jello \- Filter JSON and JSON Lines data with Python syntax
44
.SH SYNOPSIS
@@ -552,6 +552,6 @@ Kelly Brazil (kellyjonbrazil@gmail.com)
552552
https://github.com/kellyjonbrazil/jello
553553

554554
.SH COPYRIGHT
555-
Copyright (c) 2020-2023 Kelly Brazil
555+
Copyright (c) 2020-2025 Kelly Brazil
556556

557557
License: MIT License

0 commit comments

Comments
 (0)