Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Dec 3, 2024
1 parent dde56b3 commit 926bd6c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: |
python -m pip install git+https://github.com/openg2p/openg2p-fastapi-common@v1.1.1\#subdirectory=openg2p-fastapi-common
python -m pip install git+https://github.com/openg2p/openg2p-fastapi-common@v1.1.1\#subdirectory=openg2p-fastapi-auth
python -m pip install git+https://github.com/openg2p/openg2p-g2p-bridge-example-bank@v1.0.0\#subdirectory=openg2p-g2p-bridge-example-bank-models
python -m pip install openg2p-g2p-bridge-example-bank-api==1.0.0
python -m pip install git+https://github.com/openg2p/openg2p-g2p-bridge-example-bank@v1.0.2\#subdirectory=openg2p-g2p-bridge-example-bank-models
python -m pip install openg2p-g2p-bridge-example-bank-api==1.0.2
- name: Generate openapi json
run: |
mkdir -p openg2p-g2p-bridge-example-bank-api/api-docs/generated
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.2"
2 changes: 1 addition & 1 deletion openg2p-g2p-bridge-example-bank-celery/Dockerfile-git
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN python3 -m venv venv \
RUN python3 -m pip install \
git+https://github.com/openg2p/openg2p-fastapi-common@v1.1.1\#subdirectory=openg2p-fastapi-common \
git+https://github.com/openg2p/openg2p-fastapi-common@v1.1.1\#subdirectory=openg2p-fastapi-auth \
git+https://github.com/openg2p/openg2p-g2p-bridge-example-bank@1.0.0\#subdirectory=openg2p-g2p-bridge-example-bank-models \
git+https://github.com/openg2p/openg2p-g2p-bridge-example-bank@1.0.2\#subdirectory=openg2p-g2p-bridge-example-bank-models \
./src

USER ${container_user}
Expand Down
4 changes: 2 additions & 2 deletions openg2p-g2p-bridge-example-bank-celery/Dockerfile-pypi
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN python3 -m venv venv \
RUN python3 -m pip install \
openg2p-fastapi-common==1.1.1 \
openg2p-fastapi-auth==1.1.1 \
openg2p-g2p-bridge-example-bank-models==1.0.0 \
openg2p-g2p-bridge-example-bank-celery==1.0.0
openg2p-g2p-bridge-example-bank-models==1.0.2 \
openg2p-g2p-bridge-example-bank-celery==1.0.2

USER ${container_user}

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.2"

0 comments on commit 926bd6c

Please sign in to comment.