mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Change release number to 0.83.4.1+git+fr2
This commit is contained in:
parent
d29ca0a227
commit
0223e9c210
@ -48,7 +48,7 @@ copyright = u'2010, Jeremiah Fincher and James Vega'
|
||||
# The short X.Y version.
|
||||
version = '0.83.4.1'
|
||||
# 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
|
||||
# for a list of supported languages.
|
||||
|
@ -126,7 +126,7 @@ def main():
|
||||
log.info('Total CPU time taken: %s seconds.', user+system)
|
||||
log.info('No more Irc objects, exiting.')
|
||||
|
||||
version = '0.83.4.1+git+fr1'
|
||||
version = '0.83.4.1+git+fr2'
|
||||
if __name__ == '__main__':
|
||||
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
|
||||
version='Supybot %s' % version)
|
||||
|
2
setup.py
2
setup.py
@ -124,7 +124,7 @@ for plugin in plugins:
|
||||
if os.path.exists(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(
|
||||
# Metadata
|
||||
name='supybot',
|
||||
|
@ -42,7 +42,7 @@ _ = PluginInternationalization()
|
||||
###
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user