Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion changes/+docs-fixes.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/+main.housekeeping

This file was deleted.

3 changes: 0 additions & 3 deletions changes/335.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/345.added

This file was deleted.

22 changes: 22 additions & 0 deletions docs/admin/release_notes/version_2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

# v2.1 Release Notes

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).

## Release Overview

- Adding the ability to perform file downloads in Cisco IOS. This enhances OS Upgrades and file operations greatly!

## [v2.1.0 (2026-03-03)](https://github.com/networktocode/pyntc/releases/tag/v2.1.0)

### Added

- [#345](https://github.com/networktocode/pyntc/issues/345) - Added the ability to download files from within a Cisco IOS device.

### Housekeeping

- [#335](https://github.com/networktocode/pyntc/issues/335) - Replaced black, bandit, flake8 and pydocstyle with ruff.
- [#335](https://github.com/networktocode/pyntc/issues/335) - Updated tasks.py with newest task list.
- [#335](https://github.com/networktocode/pyntc/issues/335) - Updated to using pyinvoke for development environment definition.
- Fixed docs build and code-reference issues.
- Rebaked from the cookie `main`.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ nav:
- v0.20: "admin/release_notes/version_0.20.md"
- v1.0: "admin/release_notes/version_1.0.md"
- v2.0: "admin/release_notes/version_2.0.md"
- v2.1: "admin/release_notes/version_2.1.md"
- Developer Guide:
- Extending the Library: "dev/extending.md"
- Contributing to the Library: "dev/contributing.md"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyntc"
version = "2.0.2"
version = "2.1.1a0"
description = "Python library focused on tasks related to device level and OS management."
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
readme = "README.md"
Expand Down
Loading