Skip to content

Commit 2fb374a

Browse files
authored
Merge pull request #348 from networktocode/release-2.1.0
Release v2.1.0
2 parents aaea4fc + e2fc0f5 commit 2fb374a

75 files changed

Lines changed: 2957 additions & 1557 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bandit.yml

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

.cookiecutter.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"cookiecutter": {
3+
"codeowner_github_usernames": "@jeffkala @pszulczewski @pke11y",
4+
"full_name": "Network to Code, LLC",
5+
"email": "info@networktocode.com",
6+
"github_org": "networktocode",
7+
"description": "Python library focused on tasks related to device level and OS management.",
8+
"project_name": "pyntc",
9+
"project_slug": "pyntc",
10+
"repo_url": "https://github.com/networktocode/pyntc",
11+
"base_url": "pyntc",
12+
"project_python_name": "pyntc",
13+
"project_python_base_version": "3.10",
14+
"project_with_config_settings": "no",
15+
"generate_docs": "no",
16+
"version": "2.0.2",
17+
"original_publish_year": "2015",
18+
"_drift_manager": {
19+
"template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
20+
"template_dir": "python",
21+
"template_ref": "main",
22+
"cookie_dir": "",
23+
"pull_request_strategy": "create",
24+
"post_actions": [],
25+
"draft": false,
26+
"baked_commit_ref": "a5add2662f26a3b877635bbf1fd787682414d2bf",
27+
"drift_managed_branch": "develop"
28+
}
29+
}
30+
}

.flake8

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

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Default owner(s) of all files in this repository
2-
* @jeffkala @pszulczewski @pke11y
2+
* @jeffkala @pszulczewski @pke11y

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ about: Report a reproducible bug in the current release of pyntc
44
---
55

66
### Environment
7-
* Python version: <!-- Example: 3.7.7 -->
7+
* Python version: <!-- Example: 3.10 -->
88
* pyntc version: <!-- Example: 1.0.0 -->
99

1010
<!-- What did you expect to happen? -->

.github/styles/dummy.txt

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

0 commit comments

Comments
 (0)