Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheep@ghostwheel <sheep@ghostwheel>2008-12-13 12:15:00 (GMT)
committer sheep@ghostwheel <sheep@ghostwheel>2008-12-13 12:15:00 (GMT)
commit72d08fe9d7dfe0237c43f87d4de6beae6e29785b (patch)
tree09c7ed50d82299388bb94d29c1f3e203017a88df
parent2c4e379f2406353cf7c5bde49dec17ed93c89e2a (diff)
bump the version number1.2.0
-rwxr-xr-xhatta.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hatta.py b/hatta.py
index bc015db..aeab2a2 100755
--- a/hatta.py
+++ b/hatta.py
@@ -67,7 +67,7 @@ try:
except ImportError:
split_japanese = None
-__version__ = '1.1.1-dev'
+__version__ = '1.2.0'
class WikiConfig(object):
# Please see the bottom of the script for modifying these values.