From f496f2d3d93298f74335c28e7fa31b52d1969813 Mon Sep 17 00:00:00 2001 From: mpenning Date: Sat, 18 Nov 2023 07:32:38 -0600 Subject: [PATCH] Roll version number --- CHANGES.md | 7 +++++++ pyproject.toml | 2 +- sphinx-doc/installation.rst | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 20bc3dc..37cb444 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,13 @@ - Summary: - Insert something here +## Version: 1.9.37 + +- Released: 2023-11-18 +- Summary: + - Add class comments in `models_iosxr.py` + - Update and expand documentation + ## Version: 1.9.36 - Released: 2023-11-17 diff --git a/pyproject.toml b/pyproject.toml index 7133e2c..38c2cf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.36" +version = "1.9.37" 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 eb53006..2d0a088 100755 --- a/sphinx-doc/installation.rst +++ b/sphinx-doc/installation.rst @@ -100,7 +100,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.36 + pip install ciscoconfparse==1.9.37 Install with setuptools @@ -114,7 +114,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.36 + easy_install -U ciscoconfparse==1.9.37 Install from the source ~~~~~~~~~~~~~~~~~~~~~~~