Skip to content

Commit b7ec017

Browse files
committed
Version 2.7.3
1 parent 8d8bf1c commit b7ec017

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
.. image:: https://coveralls.io/repos/github/c0fec0de/anytree/badge.svg
88
:target: https://coveralls.io/github/c0fec0de/anytree
99

10-
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.7.2
11-
:target: http://anytree.readthedocs.io/en/2.7.2/?badge=2.7.2
10+
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.7.3
11+
:target: http://anytree.readthedocs.io/en/2.7.3/?badge=2.7.3
1212

1313
.. image:: https://codeclimate.com/github/c0fec0de/anytree.png
1414
:target: https://codeclimate.com/github/c0fec0de/anytree
@@ -25,9 +25,9 @@
2525
Documentation
2626
=============
2727

28-
The Documentation_ is hosted on http://anytree.readthedocs.io/en/2.7.2/
28+
The Documentation_ is hosted on http://anytree.readthedocs.io/en/2.7.3/
2929

30-
.. _Documentation: http://anytree.readthedocs.io/en/2.7.2/
30+
.. _Documentation: http://anytree.readthedocs.io/en/2.7.3/
3131

3232
Getting started
3333
===============

anytree/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
__version__ = "2.7.2"
5+
__version__ = "2.7.3"
66
__author__ = "c0fec0de"
77
__author_email__ = "[email protected]"
88
__description__ = """Powerful and Lightweight Python Tree Data Structure.."""
@@ -40,4 +40,3 @@
4040

4141
# legacy
4242
LevelGroupOrderIter = LevelOrderGroupIter
43-

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
name = "anytree"
21-
version = "2.7.2"
21+
version = "2.7.3"
2222
author = 'c0fec0de'
2323
description = "Python Tree Data"
2424

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Any Python Tree Data
1111
.. image:: https://coveralls.io/repos/github/c0fec0de/anytree/badge.svg
1212
:target: https://coveralls.io/github/c0fec0de/anytree
1313

14-
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.7.2
15-
:target: http://anytree.readthedocs.io/en/2.7.2/?badge=2.7.2
14+
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.7.3
15+
:target: http://anytree.readthedocs.io/en/2.7.3/?badge=2.7.3
1616

1717
.. image:: https://codeclimate.com/github/c0fec0de/anytree.png
1818
:target: https://codeclimate.com/github/c0fec0de/anytree

0 commit comments

Comments
 (0)