Browse Source

Version bump for 0.2.dev.

tags/v0.2
Ben Kurtovic 11 years ago
parent
commit
7492adc6d0
3 changed files with 6 additions and 4 deletions
  1. +2
    -0
      .gitignore
  2. +2
    -2
      docs/conf.py
  3. +2
    -2
      earwigbot/__init__.py

+ 2
- 0
.gitignore View File

@@ -2,5 +2,7 @@
*.egg
*.egg-info
.DS_Store
__pycache__
build
dist
docs/_build

+ 2
- 2
docs/conf.py View File

@@ -48,9 +48,9 @@ copyright = u'2009, 2010, 2011, 2012 Ben Kurtovic'
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '0.2.dev'

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


+ 2
- 2
earwigbot/__init__.py View File

@@ -32,9 +32,9 @@ details. This documentation is also available `online
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2009, 2010, 2011, 2012 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.1"
__version__ = "0.2.dev"
__email__ = "ben.kurtovic@verizon.net"
__release__ = True
__release__ = False

if not __release__:
def _get_git_commit_id():


Loading…
Cancel
Save