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