Skip to content

Commit

Permalink
version bump to 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Oct 11, 2023
1 parent b7f3cae commit abdc0af
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
:target: https://anytree.readthedocs.io/en/2.9.1/?badge=2.9.1
.. 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://api.codeclimate.com/v1/badges/e6d325d6fd23a93aab20/maintainability
:target: https://codeclimate.com/github/c0fec0de/anytree/maintainability
Expand Down Expand Up @@ -46,20 +46,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.1/
.. _Documentation: https://anytree.readthedocs.io/en/2.9.1/
.. _PyPI: https://pypi.org/project/anytree/2.9.1/
.. _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/
.. _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.1/api/anytree.node.html#anytree.node.node.Node
.. _RenderTree: https://anytree.readthedocs.io/en/2.9.1/api/anytree.render.html#anytree.render.RenderTree
.. _UniqueDotExporter: https://anytree.readthedocs.io/en/2.9.1/exporter/dotexporter.html#anytree.exporter.dotexporter.UniqueDotExporter
.. _NodeMixin: https://anytree.readthedocs.io/en/2.9.1/api/anytree.node.html#anytree.node.nodemixin.NodeMixin
.. _Importers: https://anytree.readthedocs.io/en/2.9.1/importer.html
.. _Exporters: https://anytree.readthedocs.io/en/2.9.1/exporter.html
.. _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

Getting started
---------------
Expand Down
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
:target: https://anytree.readthedocs.io/en/2.9.1/?badge=2.9.1
.. 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://api.codeclimate.com/v1/badges/e6d325d6fd23a93aab20/maintainability
:target: https://codeclimate.com/github/c0fec0de/anytree/maintainability
Expand Down Expand Up @@ -70,10 +70,10 @@ Links

Feel free to share_ info about your anytree project.

.. _anytree: https://anytree.readthedocs.io/en/2.9.1/
.. _Documentation: https://anytree.readthedocs.io/en/2.9.1/
.. _anytree: https://anytree.readthedocs.io/en/2.9.2/
.. _Documentation: https://anytree.readthedocs.io/en/2.9.2/
.. _GitHub: https://github.com/c0fec0de/anytree
.. _PyPI: https://pypi.org/project/anytree/2.9.1/
.. _PyPI: https://pypi.org/project/anytree/2.9.2/
.. _Changelog: https://github.com/c0fec0de/anytree/releases
.. _Issues: https://github.com/c0fec0de/anytree/issues
.. _Contributors: https://github.com/c0fec0de/anytree/graphs/contributors
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "anytree"
version = "2.9.1"
version = "2.9.2"
description = "Powerful and Lightweight Python Tree Data Structure with various plugins"
authors = [
"c0fec0de <c0fec0de@gmail.com>"
Expand Down

0 comments on commit abdc0af

Please sign in to comment.