From a7c93b8f70a4ccd576ede1aa86f64e5ed88606a2 Mon Sep 17 00:00:00 2001 From: c0fec0de Date: Wed, 11 Oct 2023 23:56:08 +0200 Subject: [PATCH] version bump to 2.10.0 --- README.rst | 22 +++++++++++----------- docs/index.rst | 10 +++++----- pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.rst b/README.rst index f51895d..eed9743 100644 --- a/README.rst +++ b/README.rst @@ -10,8 +10,8 @@ .. image:: https://coveralls.io/repos/github/c0fec0de/anytree/badge.svg :target: https://coveralls.io/github/c0fec0de/anytree -.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.9.2 - :target: https://anytree.readthedocs.io/en/2.9.2/?badge=2.9.2 +.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.10.0 + :target: https://anytree.readthedocs.io/en/2.10.0/?badge=2.10.0 .. image:: https://api.codeclimate.com/v1/badges/e6d325d6fd23a93aab20/maintainability :target: https://codeclimate.com/github/c0fec0de/anytree/maintainability @@ -59,20 +59,20 @@ Links .. image:: https://github.com/c0fec0de/anytree/raw/devel/docs/static/buymeacoffee.png :target: https://www.buymeacoffee.com/1oYX0sw -.. _anytree: https://anytree.readthedocs.io/en/2.9.2/ -.. _Documentation: https://anytree.readthedocs.io/en/2.9.2/ -.. _PyPI: https://pypi.org/project/anytree/2.9.2/ +.. _anytree: https://anytree.readthedocs.io/en/2.10.0/ +.. _Documentation: https://anytree.readthedocs.io/en/2.10.0/ +.. _PyPI: https://pypi.org/project/anytree/2.10.0/ .. _GitHub: https://github.com/c0fec0de/anytree .. _Changelog: https://github.com/c0fec0de/anytree/releases .. _Issues: https://github.com/c0fec0de/anytree/issues .. _Contributors: https://github.com/c0fec0de/anytree/graphs/contributors -.. _Node: https://anytree.readthedocs.io/en/2.9.2/api/anytree.node.html#anytree.node.node.Node -.. _RenderTree: https://anytree.readthedocs.io/en/2.9.2/api/anytree.render.html#anytree.render.RenderTree -.. _UniqueDotExporter: https://anytree.readthedocs.io/en/2.9.2/exporter/dotexporter.html#anytree.exporter.dotexporter.UniqueDotExporter -.. _NodeMixin: https://anytree.readthedocs.io/en/2.9.2/api/anytree.node.html#anytree.node.nodemixin.NodeMixin -.. _Importers: https://anytree.readthedocs.io/en/2.9.2/importer.html -.. _Exporters: https://anytree.readthedocs.io/en/2.9.2/exporter.html +.. _Node: https://anytree.readthedocs.io/en/2.10.0/api/anytree.node.html#anytree.node.node.Node +.. _RenderTree: https://anytree.readthedocs.io/en/2.10.0/api/anytree.render.html#anytree.render.RenderTree +.. _UniqueDotExporter: https://anytree.readthedocs.io/en/2.10.0/exporter/dotexporter.html#anytree.exporter.dotexporter.UniqueDotExporter +.. _NodeMixin: https://anytree.readthedocs.io/en/2.10.0/api/anytree.node.html#anytree.node.nodemixin.NodeMixin +.. _Importers: https://anytree.readthedocs.io/en/2.10.0/importer.html +.. _Exporters: https://anytree.readthedocs.io/en/2.10.0/exporter.html Getting started --------------- diff --git a/docs/index.rst b/docs/index.rst index 133e039..3b67186 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,8 +14,8 @@ Any Python Tree Data .. image:: https://coveralls.io/repos/github/c0fec0de/anytree/badge.svg :target: https://coveralls.io/github/c0fec0de/anytree -.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.9.2 - :target: https://anytree.readthedocs.io/en/2.9.2/?badge=2.9.2 +.. image:: https://readthedocs.org/projects/anytree/badge/?version=2.10.0 + :target: https://anytree.readthedocs.io/en/2.10.0/?badge=2.10.0 .. image:: https://api.codeclimate.com/v1/badges/e6d325d6fd23a93aab20/maintainability :target: https://codeclimate.com/github/c0fec0de/anytree/maintainability @@ -82,10 +82,10 @@ Links Feel free to share_ info about your anytree project. -.. _anytree: https://anytree.readthedocs.io/en/2.9.2/ -.. _Documentation: https://anytree.readthedocs.io/en/2.9.2/ +.. _anytree: https://anytree.readthedocs.io/en/2.10.0/ +.. _Documentation: https://anytree.readthedocs.io/en/2.10.0/ .. _GitHub: https://github.com/c0fec0de/anytree -.. _PyPI: https://pypi.org/project/anytree/2.9.2/ +.. _PyPI: https://pypi.org/project/anytree/2.10.0/ .. _Changelog: https://github.com/c0fec0de/anytree/releases .. _Issues: https://github.com/c0fec0de/anytree/issues .. _Contributors: https://github.com/c0fec0de/anytree/graphs/contributors diff --git a/pyproject.toml b/pyproject.toml index dee0c8b..6b46a56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anytree" -version = "2.9.2" +version = "2.10.0" description = "Powerful and Lightweight Python Tree Data Structure with various plugins" authors = [ "c0fec0de "