Skip to content

Commit 69d552d

Browse files
committed
Merge branch 'master' of https://github.com/polymonster/jsn
2 parents 5fcb03e + 9343dd1 commit 69d552d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pypi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="jsn",
8-
version="1.3.1",
8+
version="1.3.2",
99
author="Alex Dixon",
1010
author_email="[email protected]",
1111
description="A relaxed, user-friendly json-like data format.",

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

48
jsn is a user-friendly data format that can be easily read and reliably edited by humans.
59

0 commit comments

Comments
 (0)