Skip to content

Commit 225ddf1

Browse files
committed
Merge dev into main
2 parents 45b0d9b + d587319 commit 225ddf1

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.github/workflows/ci-pipeline__main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
- name: Git Update Current Branch
5555
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/git__update_branch@dev
5656
- name: publish-to-pypi
57-
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/pypi__twine__publish@dev
57+
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/pypi__publish@dev
58+
# - name: publish-to-pypi
59+
# uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/pypi__twine__publish@dev
5860
needs:
5961
- increment-tag

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# OSBot-Fast-API-Serverless
22
Repo for OSBot-Fast-API-Serverless
33

4-
![Current Release](https://img.shields.io/badge/release-v1.21.0-blue)
4+
![Current Release](https://img.shields.io/badge/release-v1.21.1-blue)

osbot_fast_api_serverless/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.21.0
1+
v1.21.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "osbot_fast_api_serverless"
3-
version = "v1.21.0"
3+
version = "v1.21.1"
44
description = "OSBot-Fast-API-Serverless"
55
authors = ["Dinis Cruz <[email protected]>"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)