Skip to content

Commit

Permalink
Version 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Oct 10, 2019
1 parent 211ef71 commit 0c0cfa1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 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.7.1
:target: http://anytree.readthedocs.io/en/2.7.1/?badge=2.7.1
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.7.2
:target: http://anytree.readthedocs.io/en/2.7.2/?badge=2.7.2

.. image:: https://codeclimate.com/github/c0fec0de/anytree.png
:target: https://codeclimate.com/github/c0fec0de/anytree
Expand All @@ -25,9 +25,9 @@
Documentation
=============

The Documentation_ is hosted on http://anytree.readthedocs.io/en/2.7.1/
The Documentation_ is hosted on http://anytree.readthedocs.io/en/2.7.2/

.. _Documentation: http://anytree.readthedocs.io/en/2.7.1/
.. _Documentation: http://anytree.readthedocs.io/en/2.7.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.7.1"
__version__ = "2.7.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.7.1"
version = "2.7.2"
author = 'c0fec0de'
description = "Python Tree Data"

Expand Down
4 changes: 2 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.7.1
:target: http://anytree.readthedocs.io/en/2.7.1/?badge=2.7.1
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.7.2
:target: http://anytree.readthedocs.io/en/2.7.2/?badge=2.7.2

.. image:: https://codeclimate.com/github/c0fec0de/anytree.png
:target: https://codeclimate.com/github/c0fec0de/anytree
Expand Down

0 comments on commit 0c0cfa1

Please sign in to comment.