Skip to content

Commit 9f9f2ad

Browse files
authored
from dev - Bump version: 1.0.0 → 1.0.1 into test (#1)
Automatically created pull request for release v1.0.1-dev into test branch.
2 parents 0a53520 + 3dde515 commit 9f9f2ad

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
commit = True
44
tag = False
55

SECURITY.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# 🔒 Security Policy
22

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

55
## 🧮 Supported Versions
66

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

9-
| Version | Status | Secure |
10-
| -------- | ----------- | ------ |
11-
| 2023.x.x | End-of-life | No |
12-
| 2024.7.x | End-of-life | Yes |
13-
| 2024.8.x | Supported | Yes |
9+
| Version | Status | Secure |
10+
| ------- | ----------- | ------ |
11+
| 1.0.0 | End-of-life | No |
12+
| 1.0.1 | Supported | Yes |
1413

1514
## 🛡️ Security Practices
1615

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scripts"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "CICD Core Scripts"
55
authors = ["B <[email protected]>"]
66
license = "Apache 2.0"
@@ -12,7 +12,7 @@ python = "^3.12"
1212
setuptools = "^75.2.0"
1313
idna="^3.0"
1414
certifi="^2024.8.30"
15-
bump2version="^1.0.0"
15+
bump2version="^1.0.1"
1616

1717
[tool.poetry.group.dev.dependencies]
1818
pre-commit = "^4.0.0"

0 commit comments

Comments
 (0)