From 41c5c0379659bcfd9dc73f53df0b2310bd03c9e0 Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 5 Mar 2024 19:31:50 -0600 Subject: [PATCH] Version 0.7.9 --- sphinx-doc/installation.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sphinx-doc/installation.rst b/sphinx-doc/installation.rst index 72c19b8..67b0f03 100644 --- a/sphinx-doc/installation.rst +++ b/sphinx-doc/installation.rst @@ -7,7 +7,7 @@ Installation pip --- -``pip install -U ciscoconfparse2 >= 0.7.6`` +``pip install -U ciscoconfparse2 >= 0.7.9`` requirements.txt: pypi ---------------------- @@ -15,19 +15,19 @@ requirements.txt: pypi If you need a direct ``pypi`` dependency entry in your ``requirements.txt`` file, you can include an entry like this. -``ciscoconfparse2 == 0.7.6`` +``ciscoconfparse2 == 0.7.9`` -``0.7.6`` is used only as a reference; choose the correct release for your +``0.7.9`` is used only as a reference; choose the correct release for your project. requirements.txt: github ------------------------ If you need a direct ``git`` dependency entry in your ``requirements.txt`` -file, you can include an entry like this (where ``0.7.6`` is a specific +file, you can include an entry like this (where ``0.7.9`` is a specific ``git tag`` that you want to reference). -``git+https://github.com/mpenning/ciscoconfparse2.git@0.7.6`` +``git+https://github.com/mpenning/ciscoconfparse2.git@0.7.9`` -``0.7.6`` is used only as a reference; choose the correct release for your +``0.7.9`` is used only as a reference; choose the correct release for your project.