Skip to content

Commit

Permalink
Release v2.0.0 (networktocode#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcgill298 authored Mar 12, 2021
1 parent 9eef6e2 commit 89f2b66
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## [1.7.0](https://github.com/networktocode/ntc-templates/tree/1.5.0) (2021-03-11)
## [2.0.0](https://github.com/networktocode/ntc-templates/tree/1.5.0) (2021-03-11)

[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v1.6.0...1.7.0)
[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v2.0.0...v1.7.0)

**Merged pull requests:**

- Migrate packaging to use poetry [\#882](https://github.com/networktocode/ntc-templates/pull/882) ([jmcgill298](https://github.com/jmcgill298))

## [v1.7.0](https://github.com/networktocode/ntc-templates/tree/v1.7.0) (2021-03-11)

[Full Changelog](https://github.com/networktocode/ntc-templates/compare/v1.6.0...v1.7.0)

**Implemented enhancements:**

Expand Down Expand Up @@ -30,6 +38,7 @@

**Merged pull requests:**

- Release v1.7.0 [\#889](https://github.com/networktocode/ntc-templates/pull/889) ([jmcgill298](https://github.com/jmcgill298))
- new alcatel\_sros tmpl, 'show service sdp' [\#886](https://github.com/networktocode/ntc-templates/pull/886) ([h4ndzdatm0ld](https://github.com/h4ndzdatm0ld))
- New Template: alcatel\_sros\_show\_router\_rsvp\_interface [\#884](https://github.com/networktocode/ntc-templates/pull/884) ([h4ndzdatm0ld](https://github.com/h4ndzdatm0ld))
- \#784-cisco\_asa\_show\_running-config\_all\_crypto\_map.textfsm [\#883](https://github.com/networktocode/ntc-templates/pull/883) ([diepes](https://github.com/diepes))
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__ = "1.7.0"
__version__ = "2.0.0"
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 = "1.6.0"
version = "2.0.0"
description = "TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable."
authors = ["Network to Code <info@networktocode.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 89f2b66

Please # to comment.