Skip to content

Commit

Permalink
Roll version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Nov 30, 2023
1 parent 5ee4208 commit f54bd50
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
7 changes: 5 additions & 2 deletions sphinx-doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit f54bd50

Please sign in to comment.