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 18, 2023
1 parent c823f6a commit f496f2d
Show file tree
Hide file tree
Showing 3 changed files with 10 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.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
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.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 = [
Expand Down
4 changes: 2 additions & 2 deletions sphinx-doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit f496f2d

Please sign in to comment.