Skip to content

Commit

Permalink
from test - from dev - Bump version: 1.0.0 → 1.0.1 into test (#1)Auto…
Browse files Browse the repository at this point in the history
…matically created pull request for release v1.0.1-dev into testbranch. into prod (#2)

Automatically created pull request for release v1.0.1-test into prod
branch.
  • Loading branch information
JuanVilla424 authored Oct 23, 2024
2 parents 0a53520 + 9f9f2ad commit 906dae6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
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.0.0
current_version = 1.0.1
commit = True
tag = False

Expand Down
11 changes: 5 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# 🔒 Security Policy

Security Policy for **SMTP Relay Docker** repository includes all required compliance matrix and artifact mapping.
Security Policy for **CICD GitHub Scripts** repository includes all required compliance matrix and artifact mapping.

## 🧮 Supported Versions

We provide security updates for the following versions of our project:

| Version | Status | Secure |
| -------- | ----------- | ------ |
| 2023.x.x | End-of-life | No |
| 2024.7.x | End-of-life | Yes |
| 2024.8.x | Supported | Yes |
| Version | Status | Secure |
| ------- | ----------- | ------ |
| 1.0.0 | End-of-life | No |
| 1.0.1 | Supported | Yes |

## 🛡️ Security Practices

Expand Down
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.0.0"
version = "1.0.1"
description = "CICD Core Scripts"
authors = ["B <[email protected]>"]
license = "Apache 2.0"
Expand All @@ -12,7 +12,7 @@ python = "^3.12"
setuptools = "^75.2.0"
idna="^3.0"
certifi="^2024.8.30"
bump2version="^1.0.0"
bump2version="^1.0.1"

[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.0"
Expand Down

0 comments on commit 906dae6

Please sign in to comment.