Skip to content

Commit

Permalink
make sure general.py is in version-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
awalker4 authored and dependabot[bot] committed Oct 2, 2023
1 parent 7793110 commit ab6e0ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,14 @@ check-version:
scripts/version-sync.sh -c \
-s CHANGELOG.md \
-f preprocessing-pipeline-family.yaml release \
-f ${PACKAGE_NAME}/api/app.py release
-f ${PACKAGE_NAME}/api/app.py release \
-f ${PACKAGE_NAME}/api/general.py release

## version-sync: update references to version with most recent version from CHANGELOG.md
.PHONY: version-sync
version-sync:
scripts/version-sync.sh \
-s CHANGELOG.md \
-f preprocessing-pipeline-family.yaml release \
-f ${PACKAGE_NAME}/api/app.py release
-f ${PACKAGE_NAME}/api/app.py release \
-f ${PACKAGE_NAME}/api/general.py release
2 changes: 1 addition & 1 deletion prepline_general/api/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def return_content_type(filename):


@router.post("/general/v0/general")
@router.post(f"/general/v0.0.49/general")
@router.post("/general/v0.0.50/general")
def pipeline_1(
request: Request,
gz_uncompressed_content_type: Optional[str] = Form(default=None),
Expand Down

0 comments on commit ab6e0ff

Please sign in to comment.