diff options
author | TOW | 2019-03-29 09:15:52 -0300 |
---|---|---|
committer | TOW | 2019-03-29 09:15:52 -0300 |
commit | 84c289832bb4e472d570b2d098e19c106f6a2bbd (patch) | |
tree | 48643b84704fbb2e6042562f0e70dac1b6c38cdd /cgi/weabot.py | |
parent | 2f7bc2a8e8daf338621736b78916f07af254ba68 (diff) | |
download | weabot-84c289832bb4e472d570b2d098e19c106f6a2bbd.tar.gz weabot-84c289832bb4e472d570b2d098e19c106f6a2bbd.tar.xz weabot-84c289832bb4e472d570b2d098e19c106f6a2bbd.zip |
Bumpeada versiĆ³n
Diffstat (limited to 'cgi/weabot.py')
-rwxr-xr-x | cgi/weabot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/weabot.py b/cgi/weabot.py index 056a933..f2bae10 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 |