File tree 4 files changed +8
-9
lines changed 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 7
7
.. image :: https://coveralls.io/repos/github/c0fec0de/anytree/badge.svg
8
8
:target: https://coveralls.io/github/c0fec0de/anytree
9
9
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
12
12
13
13
.. image :: https://codeclimate.com/github/c0fec0de/anytree.png
14
14
:target: https://codeclimate.com/github/c0fec0de/anytree
25
25
Documentation
26
26
=============
27
27
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 /
29
29
30
- .. _Documentation : http://anytree.readthedocs.io/en/2.7.2 /
30
+ .. _Documentation : http://anytree.readthedocs.io/en/2.7.3 /
31
31
32
32
Getting started
33
33
===============
Original file line number Diff line number Diff line change 2
2
3
3
"""Powerful and Lightweight Python Tree Data Structure."""
4
4
5
- __version__ = "2.7.2 "
5
+ __version__ = "2.7.3 "
6
6
__author__ = "c0fec0de"
7
7
__author_email__ = "[email protected] "
8
8
__description__ = """Powerful and Lightweight Python Tree Data Structure.."""
40
40
41
41
# legacy
42
42
LevelGroupOrderIter = LevelOrderGroupIter
43
-
Original file line number Diff line number Diff line change 18
18
19
19
20
20
name = "anytree"
21
- version = "2.7.2 "
21
+ version = "2.7.3 "
22
22
author = 'c0fec0de'
23
23
description = "Python Tree Data"
24
24
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Any Python Tree Data
11
11
.. image :: https://coveralls.io/repos/github/c0fec0de/anytree/badge.svg
12
12
:target: https://coveralls.io/github/c0fec0de/anytree
13
13
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
16
16
17
17
.. image :: https://codeclimate.com/github/c0fec0de/anytree.png
18
18
:target: https://codeclimate.com/github/c0fec0de/anytree
You can’t perform that action at this time.
0 commit comments