Skip to content

Commit 5675a97

Browse files
committed
Bump version to 2020.01.05
1 parent f01f978 commit 5675a97

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

AQI/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# Use this for the version of this plugin. You may wish to put a CVS keyword
4040
# in here if you're keeping the plugin in CVS or some similar system.
41-
__version__ = "2019.07.09+git"
41+
__version__ = "2020.01.05"
4242

4343
__author__ = getattr(supybot.authors, 'jlu',
4444
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

DDG/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use this for the version of this plugin. You may wish to put a CVS keyword
3939
# in here if you're keeping the plugin in CVS or some similar system.
40-
__version__ = "2019.07.09+git"
40+
__version__ = "2020.01.05"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

FML/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use this for the version of this plugin. You may wish to put a CVS keyword
3939
# in here if you're keeping the plugin in CVS or some similar system.
40-
__version__ = "2019.07.09+git"
40+
__version__ = "2020.01.05"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

GitLab/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import supybot
3636
import supybot.world as world
3737

38-
__version__ = ""
38+
__version__ = "2020.01.05"
3939

4040
__author__ = supybot.Author('Moritz Lipp', 'mlq', 'mail@mlq.me')
4141
__maintainer__ = getattr(supybot.authors, 'jlu',

LastFM/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# Use this for the version of this plugin. You may wish to put a CVS keyword
4141
# in here if you're keeping the plugin in CVS or some similar system.
42-
__version__ = "2019.07.09+git"
42+
__version__ = "2020.01.05"
4343

4444
# Replace this with an appropriate author or supybot.Author instance.
4545
__author__ = supybot.Author("Kevin Funk", "KRF", "krf@electrostorm.net")

MCInfo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use this for the version of this plugin. You may wish to put a CVS keyword
3939
# in here if you're keeping the plugin in CVS or some similar system.
40-
__version__ = "2019.07.09+git"
40+
__version__ = "2020.01.05"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

NoTrigger/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use this for the version of this plugin. You may wish to put a CVS keyword
3939
# in here if you're keeping the plugin in CVS or some similar system.
40-
__version__ = "2019.07.09+git"
40+
__version__ = "2020.01.05"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

NuWeather/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# Use this for the version of this plugin. You may wish to put a CVS keyword
4444
# in here if you're keeping the plugin in CVS or some similar system.
45-
__version__ = "2019.07.09+git"
45+
__version__ = "2020.01.05"
4646

4747
__author__ = getattr(supybot.authors, 'jlu',
4848
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

OperUp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use this for the version of this plugin. You may wish to put a CVS keyword
3939
# in here if you're keeping the plugin in CVS or some similar system.
40-
__version__ = "2019.07.09+git"
40+
__version__ = "2020.01.05"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

PkgInfo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use this for the version of this plugin. You may wish to put a CVS keyword
3939
# in here if you're keeping the plugin in CVS or some similar system.
40-
__version__ = "2019.07.09+git"
40+
__version__ = "2020.01.05"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

Qalculate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from supybot import world
2727

2828
# Use this for the version of this plugin.
29-
__version__ = ""
29+
__version__ = "2020.01.05"
3030

3131
__author__ = getattr(supybot.authors, 'jlu',
3232
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

Quakenet/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use this for the version of this plugin. You may wish to put a CVS keyword
3939
# in here if you're keeping the plugin in CVS or some similar system.
40-
__version__ = "2019.07.09+git"
40+
__version__ = "2020.01.05"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

RelayNext/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use this for the version of this plugin. You may wish to put a CVS keyword
3939
# in here if you're keeping the plugin in CVS or some similar system.
40-
__version__ = "2019.07.09+git"
40+
__version__ = "2020.01.05"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

Restart/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import supybot
3636
import supybot.world as world
3737

38-
__version__ = "2019.07.09+git"
38+
__version__ = "2020.01.05"
3939
__author__ = getattr(supybot.authors, 'jlu',
4040
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
4141
__contributors__ = {}

RhymeZone/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import supybot
3636
import supybot.world as world
3737

38-
__version__ = "2019.07.09+git"
38+
__version__ = "2020.01.05"
3939

4040
__author__ = getattr(supybot.authors, 'jlu',
4141
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

SedRegex/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import supybot
3737
import supybot.world as world
3838

39-
__version__ = "2019.07.09+git"
39+
__version__ = "2020.01.05"
4040
__author__ = supybot.Author("Michael Daniel Telatynski", "t3chguy", "postmaster@webdevguru.co.uk")
4141
__contributors__ = {supybot.Author("James Lu", "GLolol", "glolol@overdrivenetworks.com"):
4242
["options bolding the replacement text", "misc. bug fixes and enhancements"],

SupyMisc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use this for the version of this plugin. You may wish to put a CVS keyword
3939
# in here if you're keeping the plugin in CVS or some similar system.
40-
__version__ = "2019.07.09+git"
40+
__version__ = "2020.01.05"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

SysDNS/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use this for the version of this plugin. You may wish to put a CVS keyword
3939
# in here if you're keeping the plugin in CVS or some similar system.
40-
__version__ = "2019.07.09+git"
40+
__version__ = "2020.01.05"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

TranslateParty/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use this for the version of this plugin. You may wish to put a CVS keyword
3939
# in here if you're keeping the plugin in CVS or some similar system.
40-
__version__ = "2019.07.09+git"
40+
__version__ = "2020.01.05"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

Voteserv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Use this for the version of this plugin. You may wish to put a CVS keyword
3939
# in here if you're keeping the plugin in CVS or some similar system.
40-
__version__ = "2019.07.09+git"
40+
__version__ = "2020.01.05"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))

Wikifetch/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# Use this for the version of this plugin. You may wish to put a CVS keyword
4040
# in here if you're keeping the plugin in CVS or some similar system.
41-
__version__ = "2019.07.09+git"
41+
__version__ = "2020.01.05"
4242

4343
__author__ = supybot.Author('quantumlemur', 'quantumlemur',
4444
'quantumlemur@users.sourceforge.net')

0 commit comments

Comments
 (0)