Skip to content

Commit

Permalink
Version 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
filak committed May 3, 2023
1 parent f7b1a4e commit e55d6dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flask-app/application/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __call__(self, environ, start_response):

app.config.update(dict(
APP_NAME = 'MTW',
APP_VER = '1.4.13',
APP_VER = '1.4.14',
API_VER = '1.0.0',
DBVERSION = 1.0,
TEMP_DIR = mtu.get_instance_dir(app, 'temp'),
Expand Down
2 changes: 1 addition & 1 deletion flask-app/application/templates/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h3>JavaScript is not enabled. <a href="https://enable-javascript.com/" target="
<div class="row">
<footer class="footer">

<p class="text-muted">{{ config.APP_NAME }} version {{ config.APP_VER }} {{ app_state()|upper() }}</p>
<p class="text-muted">{{ config.APP_NAME }} {{ config.APP_VER }} {{ app_state()|upper() }}</p>

</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion flask-app/mtw-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from waitress import serve

appname = 'mtw-server'
appdesc = 'MTW Server 1.4.13'
appdesc = 'MTW Server 1.4.14'
appusage = 'Help: ' + appname + ' -h \n'
appauthor = 'Filip Kriz'

Expand Down
2 changes: 1 addition & 1 deletion flask-app/mtw_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cffi==1.15.1
colorama==0.4.6
diff_match_patch==20200713
Flask==2.3.2
Flask-Babel==3.0.1
#Flask-Babel==3.1.0
Flask-Caching==2.0.2
Flask-Paranoid==0.3.0
Flask-SeaSurf==1.1.1
Expand Down

0 comments on commit e55d6dd

Please sign in to comment.