diff --git a/AQI/__init__.py b/AQI/__init__.py index a177f2b..fda4adb 100644 --- a/AQI/__init__.py +++ b/AQI/__init__.py @@ -38,7 +38,7 @@ from supybot import world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/DDG/__init__.py b/DDG/__init__.py index d69e7d5..5a1b853 100644 --- a/DDG/__init__.py +++ b/DDG/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/FML/__init__.py b/FML/__init__.py index eb65828..4d377a0 100644 --- a/FML/__init__.py +++ b/FML/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/GitLab/__init__.py b/GitLab/__init__.py index 174328b..afd602b 100644 --- a/GitLab/__init__.py +++ b/GitLab/__init__.py @@ -35,7 +35,7 @@ GitLab: Plugin for communication and notifications with a GitLab instance import supybot import supybot.world as world -__version__ = "" +__version__ = "2020.01.05" __author__ = supybot.Author('Moritz Lipp', 'mlq', 'mail@mlq.me') __maintainer__ = getattr(supybot.authors, 'jlu', diff --git a/LastFM/__init__.py b/LastFM/__init__.py index ae0fef3..f92236c 100644 --- a/LastFM/__init__.py +++ b/LastFM/__init__.py @@ -39,7 +39,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" # Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author("Kevin Funk", "KRF", "krf@electrostorm.net") diff --git a/MCInfo/__init__.py b/MCInfo/__init__.py index 715640b..08a4908 100644 --- a/MCInfo/__init__.py +++ b/MCInfo/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/NoTrigger/__init__.py b/NoTrigger/__init__.py index fd1403b..9ea70f7 100644 --- a/NoTrigger/__init__.py +++ b/NoTrigger/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/NuWeather/__init__.py b/NuWeather/__init__.py index 667eb6e..2c908f6 100644 --- a/NuWeather/__init__.py +++ b/NuWeather/__init__.py @@ -42,7 +42,7 @@ from supybot import world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/OperUp/__init__.py b/OperUp/__init__.py index 1a3bc57..67ec050 100644 --- a/OperUp/__init__.py +++ b/OperUp/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/PkgInfo/__init__.py b/PkgInfo/__init__.py index bb7872e..1e31636 100644 --- a/PkgInfo/__init__.py +++ b/PkgInfo/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/Qalculate/__init__.py b/Qalculate/__init__.py index cd2937b..c6a51c3 100644 --- a/Qalculate/__init__.py +++ b/Qalculate/__init__.py @@ -26,7 +26,7 @@ import supybot from supybot import world # Use this for the version of this plugin. -__version__ = "" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/Quakenet/__init__.py b/Quakenet/__init__.py index b6c9479..8878661 100644 --- a/Quakenet/__init__.py +++ b/Quakenet/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/RelayNext/__init__.py b/RelayNext/__init__.py index c9b9561..ebad131 100644 --- a/RelayNext/__init__.py +++ b/RelayNext/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/Restart/__init__.py b/Restart/__init__.py index 2d4c750..8fcabc4 100644 --- a/Restart/__init__.py +++ b/Restart/__init__.py @@ -35,7 +35,7 @@ Restart plugin: provides a command to restart Limnoria from IRC. import supybot import supybot.world as world -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) __contributors__ = {} diff --git a/RhymeZone/__init__.py b/RhymeZone/__init__.py index 7d5cad5..6a838c4 100644 --- a/RhymeZone/__init__.py +++ b/RhymeZone/__init__.py @@ -35,7 +35,7 @@ RhymeZone: Fetches rhymes from http://rhymezone.com/. import supybot import supybot.world as world -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/SedRegex/__init__.py b/SedRegex/__init__.py index e4decbf..0e6215f 100644 --- a/SedRegex/__init__.py +++ b/SedRegex/__init__.py @@ -36,7 +36,7 @@ History replacer using sed-style expressions. import supybot import supybot.world as world -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = supybot.Author("Michael Daniel Telatynski", "t3chguy", "postmaster@webdevguru.co.uk") __contributors__ = {supybot.Author("James Lu", "GLolol", "glolol@overdrivenetworks.com"): ["options bolding the replacement text", "misc. bug fixes and enhancements"], diff --git a/SupyMisc/__init__.py b/SupyMisc/__init__.py index 1004216..b66e36f 100644 --- a/SupyMisc/__init__.py +++ b/SupyMisc/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/SysDNS/__init__.py b/SysDNS/__init__.py index 4b94176..5e6f579 100644 --- a/SysDNS/__init__.py +++ b/SysDNS/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/TranslateParty/__init__.py b/TranslateParty/__init__.py index 5ad6dd3..6410152 100644 --- a/TranslateParty/__init__.py +++ b/TranslateParty/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/Voteserv/__init__.py b/Voteserv/__init__.py index e9b5682..8945952 100644 --- a/Voteserv/__init__.py +++ b/Voteserv/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/Wikifetch/__init__.py b/Wikifetch/__init__.py index 83f0ccf..5f3e539 100644 --- a/Wikifetch/__init__.py +++ b/Wikifetch/__init__.py @@ -38,7 +38,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "2019.07.09+git" +__version__ = "2020.01.05" __author__ = supybot.Author('quantumlemur', 'quantumlemur', 'quantumlemur@users.sourceforge.net')