Skip to content

Commit 0ad9d83

Browse files
committed
version bump to 2.9.1
1 parent 048ac5f commit 0ad9d83

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

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

49-
.. _anytree: https://anytree.readthedocs.io/en/2.9.0/
50-
.. _Documentation: https://anytree.readthedocs.io/en/2.9.0/
51-
.. _PyPI: https://pypi.org/project/anytree/2.9.0/
49+
.. _anytree: https://anytree.readthedocs.io/en/2.9.1/
50+
.. _Documentation: https://anytree.readthedocs.io/en/2.9.1/
51+
.. _PyPI: https://pypi.org/project/anytree/2.9.1/
5252
.. _GitHub: https://github.com/c0fec0de/anytree
5353
.. _Changelog: https://github.com/c0fec0de/anytree/releases
5454
.. _Issues: https://github.com/c0fec0de/anytree/issues
5555
.. _Contributors: https://github.com/c0fec0de/anytree/graphs/contributors
5656

57-
.. _Node: https://anytree.readthedocs.io/en/2.9.0/api/anytree.node.html#anytree.node.node.Node
58-
.. _RenderTree: https://anytree.readthedocs.io/en/2.9.0/api/anytree.render.html#anytree.render.RenderTree
59-
.. _UniqueDotExporter: https://anytree.readthedocs.io/en/2.9.0/exporter/dotexporter.html#anytree.exporter.dotexporter.UniqueDotExporter
60-
.. _NodeMixin: https://anytree.readthedocs.io/en/2.9.0/api/anytree.node.html#anytree.node.nodemixin.NodeMixin
61-
.. _Importers: https://anytree.readthedocs.io/en/2.9.0/importer.html
62-
.. _Exporters: https://anytree.readthedocs.io/en/2.9.0/exporter.html
57+
.. _Node: https://anytree.readthedocs.io/en/2.9.1/api/anytree.node.html#anytree.node.node.Node
58+
.. _RenderTree: https://anytree.readthedocs.io/en/2.9.1/api/anytree.render.html#anytree.render.RenderTree
59+
.. _UniqueDotExporter: https://anytree.readthedocs.io/en/2.9.1/exporter/dotexporter.html#anytree.exporter.dotexporter.UniqueDotExporter
60+
.. _NodeMixin: https://anytree.readthedocs.io/en/2.9.1/api/anytree.node.html#anytree.node.nodemixin.NodeMixin
61+
.. _Importers: https://anytree.readthedocs.io/en/2.9.1/importer.html
62+
.. _Exporters: https://anytree.readthedocs.io/en/2.9.1/exporter.html
6363

6464
Getting started
6565
---------------

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

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

7171
Feel free to share_ info about your anytree project.
7272

73-
.. _anytree: https://anytree.readthedocs.io/en/2.9.0/
74-
.. _Documentation: https://anytree.readthedocs.io/en/2.9.0/
73+
.. _anytree: https://anytree.readthedocs.io/en/2.9.1/
74+
.. _Documentation: https://anytree.readthedocs.io/en/2.9.1/
7575
.. _GitHub: https://github.com/c0fec0de/anytree
76-
.. _PyPI: https://pypi.org/project/anytree/2.9.0/
76+
.. _PyPI: https://pypi.org/project/anytree/2.9.1/
7777
.. _Changelog: https://github.com/c0fec0de/anytree/releases
7878
.. _Issues: https://github.com/c0fec0de/anytree/issues
7979
.. _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.0"
3+
version = "2.9.1"
44
description = "Powerful and Lightweight Python Tree Data Structure with various plugins"
55
authors = [
66
"c0fec0de <[email protected]>"

0 commit comments

Comments
 (0)