Skip to content

Commit

Permalink
Fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpoletaev committed Apr 19, 2016
1 parent 0cc52f7 commit 96ed4f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.rst
Expand Up @@ -2,11 +2,17 @@
Tag
===

.. image:: https://travis-ci.org/zenwalker/python-tag.svg?branch=master
.. image::
https://img.shields.io/pypi/v/xmltag.svg
:target: https://pypi.python.org/pypi/xmltag

.. image::
https://travis-ci.org/zenwalker/python-xmltag.svg
:target: https://travis-ci.org/zenwalker/python-xmltag

.. image:: https://coveralls.io/repos/github/zenwalker/python-tag/badge.svg?branch=master
:target: https://coveralls.io/github/zenwalker/python-xmltag?branch=master
.. image::
https://coveralls.io/repos/github/zenwalker/python-xmltag/badge.svg
:target: https://coveralls.io/github/zenwalker/python-xmltag

XMLTag — tool for easy creating XML and HTML documents in the Python style. Idea was taked form yattag_, but *xmltag* offers an improved features with less code (really, api is very small, just see source code).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='xmltag',
version='1.1.0',
version='1.2.0',
description='Tool for generating HTML and XML documents',
keywords='html xml',
packages=['xmltag'],
Expand Down

0 comments on commit 96ed4f3

Please sign in to comment.