From d172eb6783c7186ab761d4bf75dc64f366054bac Mon Sep 17 00:00:00 2001 From: MrCreosote Date: Thu, 2 Mar 2023 21:33:08 -0800 Subject: [PATCH] Bump version in app.py (#185) --- README.md | 7 +++++++ staging_service/app.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbc9b71e..c85dc418 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ to run inside docker run /run_in_docker.sh Included configurations for the Visual Studio Code debugger for python that mirror what is in the entrypoint.sh and testing configuration to run locally in the debugger, set breakpoints and if you open the project in VSCode the debugger should be good to go. The provided configurations can run locally and run tests locally +# development + +When releasing a new version: + +* Update the release notes +* Update the version in [staging_service/app.py](staging_service/app.py).VERSION + # expected command line utilities to run locally you will need all of these utils on your system: tar, unzip, zip, gzip, bzip2, md5sum, head, tail, wc diff --git a/staging_service/app.py b/staging_service/app.py index 25dda8eb..ac04fc16 100644 --- a/staging_service/app.py +++ b/staging_service/app.py @@ -34,7 +34,7 @@ logging.basicConfig(stream=sys.stdout, level=logging.DEBUG) routes = web.RouteTableDef() -VERSION = "1.3.5" +VERSION = "1.3.6" _DATATYPE_MAPPINGS = None