Skip to content

Commit 75c0198

Browse files
committed
Version 2.8.0
1 parent 768fb0f commit 75c0198

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

README.rst

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

13-
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.7.3
14-
:target: http://anytree.readthedocs.io/en/2.7.3/?badge=2.7.3
13+
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.8.0
14+
:target: http://anytree.readthedocs.io/en/2.8.0/?badge=2.8.0
1515

1616
.. image:: https://codeclimate.com/github/c0fec0de/anytree.png
1717
:target: https://codeclimate.com/github/c0fec0de/anytree
@@ -39,20 +39,20 @@ Links
3939
.. image:: https://github.com/c0fec0de/anytree/raw/devel/docs/static/buymeacoffee.png
4040
:target: https://www.buymeacoffee.com/1oYX0sw
4141

42-
.. _anytree: http://anytree.readthedocs.io/en/2.7.3/
43-
.. _Documentation: http://anytree.readthedocs.io/en/2.7.3/
44-
.. _PyPI: https://pypi.org/project/anytree/2.7.3/
42+
.. _anytree: http://anytree.readthedocs.io/en/2.8.0/
43+
.. _Documentation: http://anytree.readthedocs.io/en/2.8.0/
44+
.. _PyPI: https://pypi.org/project/anytree/2.8.0/
4545
.. _GitHub: https://github.com/c0fec0de/anytree
4646
.. _Changelog: https://github.com/c0fec0de/anytree/releases
4747
.. _Issues: https://github.com/c0fec0de/anytree/issues
4848
.. _Contributors: https://github.com/c0fec0de/anytree/graphs/contributors
4949

50-
.. _Node: https://anytree.readthedocs.io/en/2.7.3/api/anytree.node.html#anytree.node.node.Node
51-
.. _RenderTree: https://anytree.readthedocs.io/en/2.7.3/api/anytree.render.html#anytree.render.RenderTree
52-
.. _DotExporter: https://anytree.readthedocs.io/en/2.7.3/exporter/dotexporter.html#anytree.exporter.dotexporter.DotExporter
53-
.. _NodeMixin: https://anytree.readthedocs.io/en/2.7.3/api/anytree.node.html#anytree.node.nodemixin.NodeMixin
54-
.. _Importers: https://anytree.readthedocs.io/en/2.7.3/importer.html
55-
.. _Exporters: https://anytree.readthedocs.io/en/2.7.3/exporter.html
50+
.. _Node: https://anytree.readthedocs.io/en/2.8.0/api/anytree.node.html#anytree.node.node.Node
51+
.. _RenderTree: https://anytree.readthedocs.io/en/2.8.0/api/anytree.render.html#anytree.render.RenderTree
52+
.. _DotExporter: https://anytree.readthedocs.io/en/2.8.0/exporter/dotexporter.html#anytree.exporter.dotexporter.DotExporter
53+
.. _NodeMixin: https://anytree.readthedocs.io/en/2.8.0/api/anytree.node.html#anytree.node.nodemixin.NodeMixin
54+
.. _Importers: https://anytree.readthedocs.io/en/2.8.0/importer.html
55+
.. _Exporters: https://anytree.readthedocs.io/en/2.8.0/exporter.html
5656

5757
Getting started
5858
---------------

anytree/__init__.py

Lines changed: 1 addition & 1 deletion
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.3"
5+
__version__ = "2.8.0"
66
__author__ = "c0fec0de"
77
__author_email__ = "[email protected]"
88
__description__ = """Powerful and Lightweight Python Tree Data Structure.."""

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import sys
1818

1919
name = "anytree"
20-
version = "2.7.3"
20+
version = "2.8.0"
2121
author = 'c0fec0de'
2222
description = "Python Tree Data"
2323

docs/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Any Python Tree Data
1414
.. image:: https://coveralls.io/repos/github/c0fec0de/anytree/badge.svg
1515
:target: https://coveralls.io/github/c0fec0de/anytree
1616

17-
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.7.3
18-
:target: http://anytree.readthedocs.io/en/2.7.3/?badge=2.7.3
17+
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.8.0
18+
:target: http://anytree.readthedocs.io/en/2.8.0/?badge=2.8.0
1919

2020
.. image:: https://codeclimate.com/github/c0fec0de/anytree.png
2121
:target: https://codeclimate.com/github/c0fec0de/anytree
@@ -63,10 +63,10 @@ Links
6363

6464
Feel free to share_ info about your anytree project.
6565

66-
.. _anytree: http://anytree.readthedocs.io/en/2.7.3/
67-
.. _Documentation: http://anytree.readthedocs.io/en/2.7.3/
66+
.. _anytree: http://anytree.readthedocs.io/en/2.8.0/
67+
.. _Documentation: http://anytree.readthedocs.io/en/2.8.0/
6868
.. _GitHub: https://github.com/c0fec0de/anytree
69-
.. _PyPI: https://pypi.org/project/anytree/2.7.3/
69+
.. _PyPI: https://pypi.org/project/anytree/2.8.0/
7070
.. _Changelog: https://github.com/c0fec0de/anytree/releases
7171
.. _Issues: https://github.com/c0fec0de/anytree/issues
7272
.. _Contributors: https://github.com/c0fec0de/anytree/graphs/contributors

0 commit comments

Comments
 (0)