Skip to content

Commit

Permalink
Feat/version (#88)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
vinitkumar authored Oct 10, 2021
1 parent 6626800 commit 451d3d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python package
name: Json2xml

on: [push]

Expand Down
15 changes: 3 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion json2xml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Vinit Kumar"""
__email__ = "[email protected]"
__version__ = "3.8.1"
__version__ = "3.8.2"


# from .utils import readfromurl, readfromstring, readfromjson

0 comments on commit 451d3d3

Please sign in to comment.