From baf8b9683b5020c2e2b770743fe397746de431bf Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 8 Nov 2015 23:07:44 -0600 Subject: [PATCH] Version bump for 0.3 --- CHANGELOG | 4 ++++ docs/conf.py | 4 ++-- docs/index.rst | 2 +- earwigbot/__init__.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 47e568b..4807656 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.3 (unreleased): + +- + v0.2 (released November 8, 2015): - Added a new command syntax allowing the caller to redirect replies to another diff --git a/docs/conf.py b/docs/conf.py index a8e5cc6..b843fe0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2009-2015 Ben Kurtovic' # built documents. # # The short X.Y version. -version = '0.2' +version = '0.3' # 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 # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index d61bae7..3c4e3bc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,4 +1,4 @@ -EarwigBot v0.2 Documentation +EarwigBot v0.3 Documentation ============================ EarwigBot_ is a Python_ robot that edits Wikipedia_ and interacts with people diff --git a/earwigbot/__init__.py b/earwigbot/__init__.py index b9b7bc3..6f4e09a 100644 --- a/earwigbot/__init__.py +++ b/earwigbot/__init__.py @@ -32,7 +32,7 @@ details. This documentation is also available `online __author__ = "Ben Kurtovic" __copyright__ = "Copyright (C) 2009-2015 Ben Kurtovic" __license__ = "MIT License" -__version__ = "0.2" +__version__ = "0.3.dev0" __email__ = "ben.kurtovic@gmail.com" __release__ = False