Bump version to 1.1.0
This commit is contained in:
parent
39a461df56
commit
062330bcaa
@ -6,6 +6,6 @@
|
|||||||
|
|
||||||
# Corona time tracker
|
# Corona time tracker
|
||||||
|
|
||||||
VERSION = (1, 0, 0)
|
VERSION = (1, 1, 0)
|
||||||
|
|
||||||
__version__ = '.'.join(map(str, VERSION))
|
__version__ = '.'.join(map(str, VERSION))
|
||||||
|
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ with open("LICENSE.md", "r") as f:
|
|||||||
|
|
||||||
st.setup(
|
st.setup(
|
||||||
name="ftracker",
|
name="ftracker",
|
||||||
version="1.0.0",
|
version="1.1.0",
|
||||||
author="Oskar @ FaSTTUBe",
|
author="Oskar @ FaSTTUBe",
|
||||||
author_email="o.winkels@fasttube.de",
|
author_email="o.winkels@fasttube.de",
|
||||||
description="Small webapp to track who was in which room at which time to backtrace potential viral infections",
|
description="Small webapp to track who was in which room at which time to backtrace potential viral infections",
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1><script>
|
<h1><script>
|
||||||
document.write(qp.action ? (qp.action + "<br>Room " + qp.room) : 'FTracker<br>V1')
|
document.write(qp.action ? (qp.action + "<br>Room " + qp.room) : 'FTracker<br>V1.1')
|
||||||
</script></h1>
|
</script></h1>
|
||||||
<div id="startpage">
|
<div id="startpage">
|
||||||
This is a web app to track which people
|
This is a web app to track which people
|
||||||
|
Loading…
x
Reference in New Issue
Block a user