Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Dec 20, 2022
1 parent eda4a05 commit ef50a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from flask import g

NAME = "pioreactorui"
VERSION = "22.11.1"
VERSION = "22.12.0"
HOSTNAME = socket.gethostname()
LOG_TOPIC = f"pioreactor/{HOSTNAME}/$experiment/logs/ui"

Expand All @@ -37,7 +37,7 @@
logger.addHandler(file_handler)


logger.debug(f"Starting {NAME}={VERSION}...")
logger.debug(f"Starting {NAME}={VERSION} on {HOSTNAME}...")
logger.debug(f".env={dict(env)}")

app = Flask(NAME)
Expand Down

0 comments on commit ef50a46

Please sign in to comment.