From 17b3e86d1b3dab086d38aa7eee4bc074e74b7560 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 5 Jan 2020 21:12:06 -0800 Subject: [PATCH] Bump version to 2020.01.05+git --- AQI/__init__.py | 2 +- DDG/__init__.py | 2 +- FML/__init__.py | 2 +- GitLab/__init__.py | 2 +- LastFM/__init__.py | 2 +- MCInfo/__init__.py | 2 +- NoTrigger/__init__.py | 2 +- NuWeather/__init__.py | 2 +- OperUp/__init__.py | 2 +- PkgInfo/__init__.py | 2 +- Qalculate/__init__.py | 2 +- Quakenet/__init__.py | 2 +- RelayNext/__init__.py | 2 +- Restart/__init__.py | 2 +- RhymeZone/__init__.py | 2 +- SedRegex/__init__.py | 2 +- SupyMisc/__init__.py | 2 +- SysDNS/__init__.py | 2 +- TranslateParty/__init__.py | 2 +- Voteserv/__init__.py | 2 +- Wikifetch/__init__.py | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/AQI/__init__.py b/AQI/__init__.py index fda4adb..992aa70 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/DDG/__init__.py b/DDG/__init__.py index 5a1b853..bce8419 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/FML/__init__.py b/FML/__init__.py index 4d377a0..3eb8970 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/GitLab/__init__.py b/GitLab/__init__.py index afd602b..49242ba 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __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 f92236c..504e68d 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__ = "2020.01.05" +__version__ = "2020.01.05+git" # 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 08a4908..f527bdd 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/NoTrigger/__init__.py b/NoTrigger/__init__.py index 9ea70f7..bbaeb10 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/NuWeather/__init__.py b/NuWeather/__init__.py index 2c908f6..c1cfc6b 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/OperUp/__init__.py b/OperUp/__init__.py index 67ec050..fe6a104 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/PkgInfo/__init__.py b/PkgInfo/__init__.py index 1e31636..9fba788 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/Qalculate/__init__.py b/Qalculate/__init__.py index c6a51c3..434b89b 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/Quakenet/__init__.py b/Quakenet/__init__.py index 8878661..4039cd9 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/RelayNext/__init__.py b/RelayNext/__init__.py index ebad131..2f1c7a3 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/Restart/__init__.py b/Restart/__init__.py index 8fcabc4..6cf1275 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __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 6a838c4..909b439 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/SedRegex/__init__.py b/SedRegex/__init__.py index 0e6215f..46bc021 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __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 b66e36f..688d0ab 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/SysDNS/__init__.py b/SysDNS/__init__.py index 5e6f579..d34d638 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/TranslateParty/__init__.py b/TranslateParty/__init__.py index 6410152..a7464c2 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/Voteserv/__init__.py b/Voteserv/__init__.py index 8945952..2ad0e14 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) diff --git a/Wikifetch/__init__.py b/Wikifetch/__init__.py index 5f3e539..f716db2 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__ = "2020.01.05" +__version__ = "2020.01.05+git" __author__ = supybot.Author('quantumlemur', 'quantumlemur', 'quantumlemur@users.sourceforge.net')