瀏覽代碼

Version bump for 0.2.dev.

tags/v0.2
Ben Kurtovic 11 年之前
父節點
當前提交
7492adc6d0
共有 3 個檔案被更改,包括 6 行新增4 行删除
  1. +2
    -0
      .gitignore
  2. +2
    -2
      docs/conf.py
  3. +2
    -2
      earwigbot/__init__.py

+ 2
- 0
.gitignore 查看文件

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

+ 2
- 2
docs/conf.py 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存