Skip to content

Commit a7c93b8

Browse files
committed
version bump to 2.10.0
1 parent b77c77f commit a7c93b8

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
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.9.2
14-
:target: https://anytree.readthedocs.io/en/2.9.2/?badge=2.9.2
13+
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.10.0
14+
:target: https://anytree.readthedocs.io/en/2.10.0/?badge=2.10.0
1515

1616
.. image:: https://api.codeclimate.com/v1/badges/e6d325d6fd23a93aab20/maintainability
1717
:target: https://codeclimate.com/github/c0fec0de/anytree/maintainability
@@ -59,20 +59,20 @@ Links
5959
.. image:: https://github.com/c0fec0de/anytree/raw/devel/docs/static/buymeacoffee.png
6060
:target: https://www.buymeacoffee.com/1oYX0sw
6161

62-
.. _anytree: https://anytree.readthedocs.io/en/2.9.2/
63-
.. _Documentation: https://anytree.readthedocs.io/en/2.9.2/
64-
.. _PyPI: https://pypi.org/project/anytree/2.9.2/
62+
.. _anytree: https://anytree.readthedocs.io/en/2.10.0/
63+
.. _Documentation: https://anytree.readthedocs.io/en/2.10.0/
64+
.. _PyPI: https://pypi.org/project/anytree/2.10.0/
6565
.. _GitHub: https://github.com/c0fec0de/anytree
6666
.. _Changelog: https://github.com/c0fec0de/anytree/releases
6767
.. _Issues: https://github.com/c0fec0de/anytree/issues
6868
.. _Contributors: https://github.com/c0fec0de/anytree/graphs/contributors
6969

70-
.. _Node: https://anytree.readthedocs.io/en/2.9.2/api/anytree.node.html#anytree.node.node.Node
71-
.. _RenderTree: https://anytree.readthedocs.io/en/2.9.2/api/anytree.render.html#anytree.render.RenderTree
72-
.. _UniqueDotExporter: https://anytree.readthedocs.io/en/2.9.2/exporter/dotexporter.html#anytree.exporter.dotexporter.UniqueDotExporter
73-
.. _NodeMixin: https://anytree.readthedocs.io/en/2.9.2/api/anytree.node.html#anytree.node.nodemixin.NodeMixin
74-
.. _Importers: https://anytree.readthedocs.io/en/2.9.2/importer.html
75-
.. _Exporters: https://anytree.readthedocs.io/en/2.9.2/exporter.html
70+
.. _Node: https://anytree.readthedocs.io/en/2.10.0/api/anytree.node.html#anytree.node.node.Node
71+
.. _RenderTree: https://anytree.readthedocs.io/en/2.10.0/api/anytree.render.html#anytree.render.RenderTree
72+
.. _UniqueDotExporter: https://anytree.readthedocs.io/en/2.10.0/exporter/dotexporter.html#anytree.exporter.dotexporter.UniqueDotExporter
73+
.. _NodeMixin: https://anytree.readthedocs.io/en/2.10.0/api/anytree.node.html#anytree.node.nodemixin.NodeMixin
74+
.. _Importers: https://anytree.readthedocs.io/en/2.10.0/importer.html
75+
.. _Exporters: https://anytree.readthedocs.io/en/2.10.0/exporter.html
7676

7777
Getting started
7878
---------------

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.9.2
18-
:target: https://anytree.readthedocs.io/en/2.9.2/?badge=2.9.2
17+
.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.10.0
18+
:target: https://anytree.readthedocs.io/en/2.10.0/?badge=2.10.0
1919

2020
.. image:: https://api.codeclimate.com/v1/badges/e6d325d6fd23a93aab20/maintainability
2121
:target: https://codeclimate.com/github/c0fec0de/anytree/maintainability
@@ -82,10 +82,10 @@ Links
8282

8383
Feel free to share_ info about your anytree project.
8484

85-
.. _anytree: https://anytree.readthedocs.io/en/2.9.2/
86-
.. _Documentation: https://anytree.readthedocs.io/en/2.9.2/
85+
.. _anytree: https://anytree.readthedocs.io/en/2.10.0/
86+
.. _Documentation: https://anytree.readthedocs.io/en/2.10.0/
8787
.. _GitHub: https://github.com/c0fec0de/anytree
88-
.. _PyPI: https://pypi.org/project/anytree/2.9.2/
88+
.. _PyPI: https://pypi.org/project/anytree/2.10.0/
8989
.. _Changelog: https://github.com/c0fec0de/anytree/releases
9090
.. _Issues: https://github.com/c0fec0de/anytree/issues
9191
.. _Contributors: https://github.com/c0fec0de/anytree/graphs/contributors

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "anytree"
3-
version = "2.9.2"
3+
version = "2.10.0"
44
description = "Powerful and Lightweight Python Tree Data Structure with various plugins"
55
authors = [
66
"c0fec0de <[email protected]>"

0 commit comments

Comments
 (0)