aboutsummaryrefslogtreecommitdiff
path: root/cgi/weabot.py
diff options
context:
space:
mode:
authorLibravatar Terry 2019-03-29 09:26:59 -0300
committerLibravatar Terry 2019-03-29 09:26:59 -0300
commit1e756436157fd6d8b599bd0ef79b6b4959c876f5 (patch)
treec795d4e206825c1da59ed78ef4d61b0cd8dc2d2b /cgi/weabot.py
parent48c2355d0ac6e433769d0e3dfc5df33df405fb78 (diff)
parent87136e725c4f0038b59f89914f196475c387bb6e (diff)
downloadweabot-1e756436157fd6d8b599bd0ef79b6b4959c876f5.tar.gz
weabot-1e756436157fd6d8b599bd0ef79b6b4959c876f5.tar.xz
weabot-1e756436157fd6d8b599bd0ef79b6b4959c876f5.zip
Merge branch 'master' of https://git.bienvenidoainternet.org/priv/www
Diffstat (limited to 'cgi/weabot.py')
-rwxr-xr-xcgi/weabot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/weabot.py b/cgi/weabot.py
index 736ed85..237a944 100755
--- a/cgi/weabot.py
+++ b/cgi/weabot.py
@@ -22,7 +22,7 @@ from formatting import *
from post import *
from img import *
-__version__ = "0.8.7"
+__version__ = "0.8.8"
# Set to True to disable weabot's exception routing and enable profiling
_DEBUG = False