Skip to content

Commit e117a59

Browse files
authored
Merge pull request #349 from networktocode/release-2.1.0-to-develop
Release 2.1.0 to develop
2 parents 7d2a04d + fb06208 commit e117a59

7 files changed

Lines changed: 24 additions & 7 deletions

File tree

changes/+docs-fixes.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/+main.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/335.housekeeping

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes/345.added

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
# v2.1 Release Notes
3+
4+
This document describes all new features and changes in the release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
6+
## Release Overview
7+
8+
- Adding the ability to perform file downloads in Cisco IOS. This enhances OS Upgrades and file operations greatly!
9+
10+
## [v2.1.0 (2026-03-03)](https://github.com/networktocode/pyntc/releases/tag/v2.1.0)
11+
12+
### Added
13+
14+
- [#345](https://github.com/networktocode/pyntc/issues/345) - Added the ability to download files from within a Cisco IOS device.
15+
16+
### Housekeeping
17+
18+
- [#335](https://github.com/networktocode/pyntc/issues/335) - Replaced black, bandit, flake8 and pydocstyle with ruff.
19+
- [#335](https://github.com/networktocode/pyntc/issues/335) - Updated tasks.py with newest task list.
20+
- [#335](https://github.com/networktocode/pyntc/issues/335) - Updated to using pyinvoke for development environment definition.
21+
- Fixed docs build and code-reference issues.
22+
- Rebaked from the cookie `main`.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ nav:
142142
- v0.20: "admin/release_notes/version_0.20.md"
143143
- v1.0: "admin/release_notes/version_1.0.md"
144144
- v2.0: "admin/release_notes/version_2.0.md"
145+
- v2.1: "admin/release_notes/version_2.1.md"
145146
- Developer Guide:
146147
- Extending the Library: "dev/extending.md"
147148
- Contributing to the Library: "dev/contributing.md"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyntc"
3-
version = "2.0.2"
3+
version = "2.1.1a0"
44
description = "Python library focused on tasks related to device level and OS management."
55
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)