@@ -1,3 +1,7 @@ | |||||
v0.3 (unreleased): | |||||
- | |||||
v0.2 (released November 8, 2015): | v0.2 (released November 8, 2015): | ||||
- Added a new command syntax allowing the caller to redirect replies to another | - Added a new command syntax allowing the caller to redirect replies to another | ||||
@@ -48,9 +48,9 @@ copyright = u'2009-2015 Ben Kurtovic' | |||||
# built documents. | # built documents. | ||||
# | # | ||||
# The short X.Y version. | # The short X.Y version. | ||||
version = '0.2' | |||||
version = '0.3' | |||||
# The full version, including alpha/beta/rc tags. | # The full version, including alpha/beta/rc tags. | ||||
release = '0.2' | |||||
release = '0.3.dev0' | |||||
# The language for content autogenerated by Sphinx. Refer to documentation | # The language for content autogenerated by Sphinx. Refer to documentation | ||||
# for a list of supported languages. | # for a list of supported languages. | ||||
@@ -1,4 +1,4 @@ | |||||
EarwigBot v0.2 Documentation | |||||
EarwigBot v0.3 Documentation | |||||
============================ | ============================ | ||||
EarwigBot_ is a Python_ robot that edits Wikipedia_ and interacts with people | EarwigBot_ is a Python_ robot that edits Wikipedia_ and interacts with people | ||||
@@ -32,7 +32,7 @@ details. This documentation is also available `online | |||||
__author__ = "Ben Kurtovic" | __author__ = "Ben Kurtovic" | ||||
__copyright__ = "Copyright (C) 2009-2015 Ben Kurtovic" | __copyright__ = "Copyright (C) 2009-2015 Ben Kurtovic" | ||||
__license__ = "MIT License" | __license__ = "MIT License" | ||||
__version__ = "0.2" | |||||
__version__ = "0.3.dev0" | |||||
__email__ = "ben.kurtovic@gmail.com" | __email__ = "ben.kurtovic@gmail.com" | ||||
__release__ = False | __release__ = False | ||||