From 451d3d30ba19816c85e1fd9e0363a186c7265a9e Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Sun, 10 Oct 2021 17:23:16 +0530 Subject: [PATCH] Feat/version (#88) * suported python version * fix: cleanup some badges * fix: get the CI status too * feat: make python package name proper * feat: minor version bump for all these cleanups --- .github/workflows/pythonpackage.yml | 2 +- README.rst | 15 +++------------ json2xml/__init__.py | 2 +- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index dfcb5f2..90aedef 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -1,4 +1,4 @@ -name: Python package +name: Json2xml on: [push] diff --git a/README.rst b/README.rst index 0437945..392843d 100644 --- a/README.rst +++ b/README.rst @@ -5,27 +5,18 @@ json2xml .. image:: https://img.shields.io/pypi/v/json2xml.svg :target: https://pypi.python.org/pypi/json2xml - -.. image:: https://img.shields.io/travis/vinitkumar/json2xml.svg - :target: https://travis-ci.org/vinitkumar/json2xml - +.. image:: https://github.com/vinitkumar/json2xml/actions/workflows/pythonpackage.yml/badge.svg +.. image:: https://img.shields.io/pypi/pyversions/json2xml.svg +.. image:: https://badge.fury.io/py/json2xml.svg .. image:: https://readthedocs.org/projects/json2xml/badge/?version=latest :target: https://json2xml.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status - -.. image:: https://pyup.io/repos/github/vinitkumar/json2xml/shield.svg - :target: https://pyup.io/repos/github/vinitkumar/json2xml/ - :alt: Updates - .. image:: https://coveralls.io/repos/github/vinitkumar/json2xml/badge.svg?branch=master :target: https://coveralls.io/github/vinitkumar/json2xml?branch=master - - Simple Python Library to convert JSON to XML - * Free software: Apache Software License 2.0 * Documentation: https://json2xml.readthedocs.io. diff --git a/json2xml/__init__.py b/json2xml/__init__.py index 2e4d748..402672a 100644 --- a/json2xml/__init__.py +++ b/json2xml/__init__.py @@ -4,7 +4,7 @@ __author__ = """Vinit Kumar""" __email__ = "mail@vinitkumar.me" -__version__ = "3.8.1" +__version__ = "3.8.2" # from .utils import readfromurl, readfromstring, readfromjson