Skip to content

Commit

Permalink
Merge pull request #17 from kellyjonbrazil/dev
Browse files Browse the repository at this point in the history
version bump to v1.3.6 for doc fixes
  • Loading branch information
kellyjonbrazil committed Jun 9, 2021
2 parents 11e9849 + c6c64ae commit de65520
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 30 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
jello changelog

20210609 v1.3.6
- Documentation fixes for packages and binaries hosting

20210609 v1.3.5
- Enhance lines output to support colors
- Enhance raw output to force monochrome output
Expand Down
30 changes: 2 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,34 +26,8 @@ For the most up-to-date version and the most cross-platform option, use `pip` or
pip3 install jello
```

### OS Packages

[![Packaging status](https://repology.org/badge/vertical-allrepos/jello.svg)](https://repology.org/project/jello/versions)

### MSI Installer (Windows 2016+)
The MSI Installer packages for Windows are built from PyPi and can be installed on modern versions of Windows. These installers may not always be on the very latest `jello` version, but are regularly updated.

| Version | File | SHA256 Hash |
|-----------|-----------------------------------------------------------------------------------------|-------------------------------------------------------------------|
| 1.3.3 | [jello-1.3.3.msi](https://jello-packages.s3-us-west-1.amazonaws.com/jello-1.3.3.msi) | 27ab9c84278cca966af8292e0118d9fc54807f54f2b057f7a99b6ac0ef6c6b28 |
| 1.2.11 | [jello-1.2.11.msi](https://jello-packages.s3-us-west-1.amazonaws.com/jello-1.2.11.msi) | 08da1c91e5d1930542529473350dc10ffc3d4adf5c06cc365c333663ac82a8fc |

### Binaries (x86_64)
Linux and macOS x86_64 binaries are built from PyPi and can be copied to any location in your path and run. These binaries may not always be on the very latest `jello` version, but are regularly updated.

#### Linux (Fedora, RHEL, CentOS, Debian, Ubuntu)

| Version | File | SHA256 Hash (binary file) |
|-----------|--------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|
| 1.3.3 | [jello-1.3.3-linux.tar.gz](https://jello-packages.s3-us-west-1.amazonaws.com/bin/jello-1.3.3-linux-x86_64.tar.gz) | ac27dd672de794ec26477994d40ff4d060537691f3ca6eafd84c2ab2bf1470ca |
| 1.2.9 | [jello-1.2.9-linux.tar.gz](https://jello-packages.s3-us-west-1.amazonaws.com/bin/jello-1.2.9-linux.tar.gz) | ffe8dfe2cc1dc446aeade32078db654de604176976be5dee89f83f0049551c45 |

#### macOS (Mojave and higher)

| Version | File | SHA256 Hash (binary file) |
|-----------|----------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|
| 1.3.3 | [jello-1.3.3-darwin.tar.gz](https://jello-packages.s3-us-west-1.amazonaws.com/bin/jello-1.3.3-darwin-x86_64.tar.gz) | c5fa3c08960d2e11a6bbab9755a1b3b42897526b3e2b5bc49f686b59704d9ed8 |
| 1.2.9 | [jello-1.2.9-darwin.tar.gz](https://jello-packages.s3-us-west-1.amazonaws.com/bin/jello-1.2.9-darwin.tar.gz) | 9355bf19212cce60f5f592a1a778fdf26984f4b86968ceca2a3e99792c258037 |
### Packages and Binaries
See the [Jello Packaging](https://github.com/kellyjonbrazil/jello-packaging) site for MSI packages and binaries.

### Usage
```
Expand Down
2 changes: 1 addition & 1 deletion jello/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from jello.dotmap import DotMap


__version__ = '1.3.5'
__version__ = '1.3.6'
AUTHOR = 'Kelly Brazil'
WEBSITE = 'https://github.com/kellyjonbrazil/jello'
COPYRIGHT = '© 2020-2021 Kelly Brazil'
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='jello',
version='1.3.5',
version='1.3.6',
author='Kelly Brazil',
author_email='kellyjonbrazil@gmail.com',
description='Filter JSON and JSON Lines data with Python syntax.',
Expand Down

0 comments on commit de65520

Please sign in to comment.