From f54bd50b33bc43e3e1cf1c5c05f460b114eb3e48 Mon Sep 17 00:00:00 2001 From: mpenning Date: Thu, 30 Nov 2023 14:24:47 -0600 Subject: [PATCH] Roll version number --- CHANGES.md | 7 +++++++ pyproject.toml | 2 +- sphinx-doc/installation.rst | 7 +++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8496993..bc44bb2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,13 @@ - Summary: - Insert something here +## Version: 1.9.48 + +- Released: 2023-11-30 +- Summary: + - Update documentation + - Remove `CiscoConfParse().find_lines()` + ## Version: 1.9.47 - Released: 2023-11-30 diff --git a/pyproject.toml b/pyproject.toml index d9a1d2d..cfb33ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.47" +version = "1.9.48" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [ diff --git a/sphinx-doc/installation.rst b/sphinx-doc/installation.rst index e9c82ec..b58a788 100755 --- a/sphinx-doc/installation.rst +++ b/sphinx-doc/installation.rst @@ -77,6 +77,9 @@ As of version 1.3.22, ciscoconfparse_ requires Python versions 2.7 or 3.4+ works); the OS should not matter. If you want to run it under a Python virtualenv_, it's been heavily tested in that environment as well. +.. note:: + You might need to be root to install outside of a virtualenvironment + You can check your python version with the ``-V`` switch... .. code-block:: none @@ -99,7 +102,7 @@ Alternatively you can install with pip_: :: If you have a specific version of ciscoconfparse in mind, you can specify that at the command-line :: - pip install ciscoconfparse==1.9.40 + pip install ciscoconfparse==1.9.48 Install with setuptools @@ -113,7 +116,7 @@ If you don't have pip_, you can use setuptools_... :: If you have a specific version of ciscoconfparse in mind, you can specify that at the command-line :: - easy_install -U ciscoconfparse==1.9.40 + easy_install -U ciscoconfparse==1.9.48 Install from the source ~~~~~~~~~~~~~~~~~~~~~~~