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 17, 2023
1 parent 0f57e06 commit 98c21f5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
- Summary:
- Insert something here

## Version: 1.9.36

- Released: 2023-11-17
- Summary:
- Update the [documentation][3]

## Version: 1.9.35

- Released: 2023-11-17
Expand Down Expand Up @@ -2068,3 +2074,4 @@

[1]: https://datatracker.ietf.org/doc/html/rfc6052
[2]: https://en.wikipedia.org/wiki/NAT64
[3]: http://www.pennington.net/py/ciscoconfparse/
2 changes: 1 addition & 1 deletion ciscoconfparse/ciscoconfparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def initialize_globals():
ENCODING = locale.getpreferredencoding()

__author_email__ = r"mike /at\ pennington [dot] net"
__author__ = "David Michael Pennington <{__author_email__}>"
__author__ = f"David Michael Pennington <{__author_email__}>"
__copyright__ = f'2007-{time.strftime("%Y")}, {__author__}'
__license__ = "GPLv3"
__status__ = "Production"
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.35"
version = "1.9.36"
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.35
pip install ciscoconfparse==1.9.36


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.35
easy_install -U ciscoconfparse==1.9.36

Install from the source
~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 98c21f5

Please sign in to comment.