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
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.11
current_version = 1.1.12
commit = True
tag = False

Expand Down
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ updates:
commit-message:
prefix: "deps"
open-pull-requests-limit: 5
target-branch: "dev"
6 changes: 3 additions & 3 deletions LICENSE.md β†’ LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ modification follow.
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2024.
or that patent license was granted, prior to 28 March 2025.

Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
Expand Down Expand Up @@ -631,7 +631,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

CICD Core Scripts
Copyright (C) 2024 Na0nh
Copyright (C) 2025 Na0nh

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -651,7 +651,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

scripts Copyright (C) 2024 Na0nh
scripts Copyright (C) 2025 Na0nh
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c` for details.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![Python](https://img.shields.io/badge/Python-3.11%2B-blue.svg)
![Build Status](https://github.com/JuanVilla424/scripts/actions/workflows/ci.yml/badge.svg?branch=main)
![Status](https://img.shields.io/badge/Status-Stable-green.svg)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE.md)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE)

This repository contains a collection of base Python scripts that are invoked by the CI/CD processes of other repositories, especially the template repository. These scripts are used for formatting, checking files, version control, and updating the year in file headers or documentation.

Expand Down Expand Up @@ -147,4 +147,4 @@ For any inquiries or support, please open an issue or contact [r6ty5r296it6tl4eg

## πŸ“œ License

2025 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE.md) file included in this repository.
2025 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scripts"
version = "1.1.11"
version = "1.1.12"
description = "CICD Core Scripts"
authors = ["B <g46327wsj1.marbling129@passinbox.com>"]
license = "Apache 2.0"
Expand All @@ -14,7 +14,7 @@ idna = "^3.0"
certifi = "^2024.8.30"
bump2version = "^1.0.0"
python-dotenv = "^1.0.0"
cryptography = "^43.0.0"
cryptography = "^44.0.0"
requests = "^2.32.3"
wheel = ">=0.36.2"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ requests~=2.32.3

python-dotenv>=1.0.0

cryptography>=43.0.0
cryptography>=44.0.0
Loading