Skip to content

Commit

Permalink
Release v2.3.1 (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
FragmentedPacket authored Aug 30, 2021
1 parent d0aa647 commit 6350673
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.1](https://github.com/networktocode/ntc-templates/tree/2.3.1) (2021-08-30)

[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v2.3.0...2.3.1)

**Closed issues:**

- cisco\_ios\_show\_ip\_access-lists Account for singluar match [\#972](https://github.com/networktocode/ntc-templates/issues/972) ([mitchell-foxworth](https://github.com/mitchell-foxworth))

**Merged pull requests:**

- ntc_templates/templates/cisco_ios_show_ip_access-lists.textfsm [\#973](https://github.com/networktocode/ntc-templates/pull/973) ([mitchell-foxworth](https://github.com/mitchell-foxworth))

## [2.3.0](https://github.com/networktocode/ntc-templates/tree/2.3.0) (2021-08-27)

[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v2.2.2...2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion ntc_templates/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ntc_templates - Parse raw output from network devices and return structured data."""

__version__ = "2.3.0"
__version__ = "2.3.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "ntc_templates"
version = "2.3.0"
version = "2.3.1"
description = "TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable."
authors = ["Network to Code <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 6350673

Please sign in to comment.