Selaa lähdekoodia

release/0.1

tags/v0.1^2
Ben Kurtovic 11 vuotta sitten
vanhempi
commit
7c5099e95b
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +1
    -1
      docs/conf.py
  2. +2
    -2
      earwigbot/__init__.py

+ 1
- 1
docs/conf.py Näytä tiedosto

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

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


+ 2
- 2
earwigbot/__init__.py Näytä tiedosto

@@ -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.dev"
__version__ = "0.1"
__email__ = "ben.kurtovic@verizon.net"
__release__ = False
__release__ = True

if not __release__:
def _get_git_commit_id():


Ladataan…
Peruuta
Tallenna