Browse Source

Version bump for 0.4

legacy-python2
Ben Kurtovic 5 years ago
parent
commit
3c95c2284e
4 changed files with 8 additions and 4 deletions
  1. +4
    -0
      CHANGELOG
  2. +2
    -2
      docs/conf.py
  3. +1
    -1
      docs/index.rst
  4. +1
    -1
      earwigbot/__init__.py

+ 4
- 0
CHANGELOG View File

@@ -1,3 +1,7 @@
v0.4 (unreleased):

- ...

v0.3 (released March 24, 2019):

- Added various new features to the WikiProjectTagger task.


+ 2
- 2
docs/conf.py View File

@@ -48,9 +48,9 @@ copyright = u'2009-2016 Ben Kurtovic'
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3'
release = '0.4.dev0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.


+ 1
- 1
docs/index.rst View File

@@ -1,4 +1,4 @@
EarwigBot v0.3 Documentation
EarwigBot v0.4 Documentation
============================

EarwigBot_ is a Python_ robot that edits Wikipedia_ and interacts with people


+ 1
- 1
earwigbot/__init__.py View File

@@ -32,7 +32,7 @@ details. This documentation is also available `online
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2009-2019 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.3"
__version__ = "0.4.dev0"
__email__ = "ben.kurtovic@gmail.com"
__release__ = False



Loading…
Cancel
Save