Skip to content

Commit

Permalink
Bump version in app.py (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote authored Mar 3, 2023
1 parent b1848b1 commit d172eb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion staging_service/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d172eb6

Please sign in to comment.