mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Final changes in preparation for release.
This commit is contained in:
parent
aded21cdd5
commit
bba1d274e0
@ -1,3 +1,5 @@
|
||||
2003-12-6 Jeremy Fincher <jemfinch@supybot.org>
|
||||
|
||||
* Added Math.icalc, a new command for doing integer arithmetic.
|
||||
It requires...
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -47,7 +47,7 @@ pluginFiles = glob.glob(os.path.join('plugins', '*.py'))
|
||||
setup(
|
||||
# Metadata
|
||||
name='supybot',
|
||||
version='0.75.0',
|
||||
version='0.76.0',
|
||||
url='http://supybot.sf.net/',
|
||||
author='Jeremy Fincher',
|
||||
author_email='jemfinch@users.sf.net',
|
||||
|
@ -272,7 +272,7 @@ driverModule = 'socketDrivers'
|
||||
###############################
|
||||
###############################
|
||||
###############################
|
||||
version ='0.75.0'
|
||||
version ='0.76.0'
|
||||
|
||||
commandsOnStart = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user