Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Nov 5, 2017
1 parent 7069e7e commit aa93fc1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
.. image:: https://coveralls.io/repos/github/c0fec0de/anytree/badge.svg
:target: https://coveralls.io/github/c0fec0de/anytree

.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.2.1
:target: http://anytree.readthedocs.io/en/2.2.1/?badge=2.2.1
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.2.2
:target: http://anytree.readthedocs.io/en/2.2.2/?badge=2.2.2

.. image:: https://codeclimate.com/github/c0fec0de/anytree.png
:target: https://codeclimate.com/github/c0fec0de/anytree
Expand All @@ -19,12 +19,18 @@
.. image:: https://landscape.io/github/c0fec0de/anytree/master/landscape.svg?style=flat
:target: https://landscape.io/github/c0fec0de/anytree/master

.. image:: https://img.shields.io/badge/code%20style-pep8-brightgreen.svg
:target: https://www.python.org/dev/peps/pep-0008/

.. image:: https://img.shields.io/badge/code%20style-pep257-brightgreen.svg
:target: https://www.python.org/dev/peps/pep-0257/

Documentation
=============

The Documentation_ is hosted on http://anytree.readthedocs.io/en/2.2.1/
The Documentation_ is hosted on http://anytree.readthedocs.io/en/2.2.2/

.. _Documentation: http://anytree.readthedocs.io/en/2.2.1/
.. _Documentation: http://anytree.readthedocs.io/en/2.2.2/

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

"""Powerful and Lightweight Python Tree Data Structure."""

__version__ = "2.2.1"
__version__ = "2.2.2"
__author__ = "c0fec0de"
__author_email__ = "c0fec0de@gmail.com"
__description__ = """Powerful and Lightweight Python Tree Data Structure.."""
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


name = "anytree"
version = "2.2.1"
version = "2.2.2"
author = 'c0fec0de'
description = "Python Tree Data"

Expand Down
10 changes: 8 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Any Python Tree Data
.. image:: https://coveralls.io/repos/github/c0fec0de/anytree/badge.svg
:target: https://coveralls.io/github/c0fec0de/anytree

.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.2.1
:target: http://anytree.readthedocs.io/en/2.2.1/?badge=2.2.1
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.2.2
:target: http://anytree.readthedocs.io/en/2.2.2/?badge=2.2.2

.. image:: https://codeclimate.com/github/c0fec0de/anytree.png
:target: https://codeclimate.com/github/c0fec0de/anytree
Expand All @@ -23,6 +23,12 @@ Any Python Tree Data
.. image:: https://landscape.io/github/c0fec0de/anytree/master/landscape.svg?style=flat
:target: https://landscape.io/github/c0fec0de/anytree/master

.. image:: https://img.shields.io/badge/code%20style-pep8-brightgreen.svg
:target: https://www.python.org/dev/peps/pep-0008/

.. image:: https://img.shields.io/badge/code%20style-pep257-brightgreen.svg
:target: https://www.python.org/dev/peps/pep-0257/

Simple, lightweight and extensible Tree_ data structure.

.. toctree::
Expand Down

0 comments on commit aa93fc1

Please sign in to comment.