Change release number to 0.83.4.1+git+fr2

This commit is contained in:
Valentin Lorentz 2011-01-29 10:29:05 +01:00
parent d29ca0a227
commit 0223e9c210
4 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ copyright = u'2010, Jeremiah Fincher and James Vega'
# The short X.Y version. # The short X.Y version.
version = '0.83.4.1' version = '0.83.4.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.83.4.1+git' release = '0.83.4.1+git+fr2'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -126,7 +126,7 @@ def main():
log.info('Total CPU time taken: %s seconds.', user+system) log.info('Total CPU time taken: %s seconds.', user+system)
log.info('No more Irc objects, exiting.') log.info('No more Irc objects, exiting.')
version = '0.83.4.1+git+fr1' version = '0.83.4.1+git+fr2'
if __name__ == '__main__': if __name__ == '__main__':
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile', parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
version='Supybot %s' % version) version='Supybot %s' % version)

View File

@ -124,7 +124,7 @@ for plugin in plugins:
if os.path.exists(locale_path): if os.path.exists(locale_path):
package_data.update({locale_name: ['locale/'+s for s in os.listdir(locale_path)]}) package_data.update({locale_name: ['locale/'+s for s in os.listdir(locale_path)]})
version = '0.83.4.1+git' version = '0.83.4.1+git+fr2'
setup( setup(
# Metadata # Metadata
name='supybot', name='supybot',

View File

@ -42,7 +42,7 @@ _ = PluginInternationalization()
### ###
# version: This should be pretty obvious. # version: This should be pretty obvious.
### ###
version = '0.83.4.1+git+fr1' version = '0.83.4.1+git+fr2'
### ###
# *** The following variables are affected by command-line options. They are # *** The following variables are affected by command-line options. They are