File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "jsn" ,
8- version = "1.3.1 " ,
8+ version = "1.3.2 " ,
99 author = "Alex Dixon" ,
10101111 description = "A relaxed, user-friendly json-like data format." ,
Original file line number Diff line number Diff line change 11# jsn
2- [ ![ Build Status] ( https://travis-ci.org/polymonster/jsn.svg?branch=master )] ( https://travis-ci.org/polymonster/jsn ) [ ![ Build Status] ( https://github.com/polymonster/jsn/workflows/build-pkg/badge.svg )] ( https://github.com/polymonster/jsn/actions ) [ ![ codecov] ( https://codecov.io/gh/polymonster/jsn/branch/master/graph/badge.svg )] ( https://codecov.io/gh/polymonster/jsn ) [ ![ PyPI Version] ( https://img.shields.io/pypi/v/jsn.svg )] ( https://pypi.org/project/jsn/ ) [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
2+ [ ![ build-release] ( https://github.com/polymonster/jsn/actions/workflows/release.yaml/badge.svg )] ( https://github.com/polymonster/jsn/actions/workflows/release.yaml )
3+ [ ![ publish-pypi] ( https://github.com/polymonster/jsn/actions/workflows/main.yaml/badge.svg )] ( https://github.com/polymonster/jsn/actions/workflows/main.yaml )
4+ [ ![ codecov] ( https://codecov.io/gh/polymonster/jsn/branch/master/graph/badge.svg )] ( https://codecov.io/gh/polymonster/jsn )
5+ [ ![ PyPI Version] ( https://img.shields.io/pypi/v/jsn.svg )] ( https://pypi.org/project/jsn/ )
6+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
37
48jsn is a user-friendly data format that can be easily read and reliably edited by humans.
59
You can’t perform that action at this time.
0 commit comments