From f4bc06f0d376d3b3aa666aafda6016d955be61fc Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 3 May 2018 12:01:10 -0700 Subject: [PATCH] Bump version to 2018.05.03 --- CtcpNext/__init__.py | 2 +- DDG/__init__.py | 2 +- FML/__init__.py | 2 +- Isup/__init__.py | 2 +- LastFM/__init__.py | 2 +- MCInfo/__init__.py | 2 +- Namegen/__init__.py | 2 +- NoTrigger/__init__.py | 2 +- OperUp/__init__.py | 2 +- PassGen/__init__.py | 2 +- PkgInfo/__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 +- Weather/__init__.py | 2 +- Wikifetch/__init__.py | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/CtcpNext/__init__.py b/CtcpNext/__init__.py index fad9e55..0b65c8b 100644 --- a/CtcpNext/__init__.py +++ b/CtcpNext/__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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/DDG/__init__.py b/DDG/__init__.py index 77e3875..81ef087 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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/FML/__init__.py b/FML/__init__.py index 09e126b..f572029 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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/Isup/__init__.py b/Isup/__init__.py index 608981e..0cdd0a4 100644 --- a/Isup/__init__.py +++ b/Isup/__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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/LastFM/__init__.py b/LastFM/__init__.py index 5d2eea8..76905ea 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__ = "2017.05.31" +__version__ = "2018.05.03" # 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 8dd5add..14b27a4 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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', 'GLolol@overdrivenetworks.com') diff --git a/Namegen/__init__.py b/Namegen/__init__.py index 608981e..0cdd0a4 100644 --- a/Namegen/__init__.py +++ b/Namegen/__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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/NoTrigger/__init__.py b/NoTrigger/__init__.py index 608981e..0cdd0a4 100644 --- a/NoTrigger/__init__.py +++ b/NoTrigger/__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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/OperUp/__init__.py b/OperUp/__init__.py index 96ce445..6d179b6 100644 --- a/OperUp/__init__.py +++ b/OperUp/__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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/PassGen/__init__.py b/PassGen/__init__.py index 608981e..0cdd0a4 100644 --- a/PassGen/__init__.py +++ b/PassGen/__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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/PkgInfo/__init__.py b/PkgInfo/__init__.py index 608981e..0cdd0a4 100644 --- a/PkgInfo/__init__.py +++ b/PkgInfo/__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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/Quakenet/__init__.py b/Quakenet/__init__.py index 49d7bc3..6f82e6e 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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.unknown diff --git a/RelayNext/__init__.py b/RelayNext/__init__.py index ebeb53d..903b11f 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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/Restart/__init__.py b/Restart/__init__.py index 4be28e9..b21b659 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__ = "2017.05.31" +__version__ = "2018.05.03" __author__ = supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com') __contributors__ = {} __url__ = 'https://github.com/GLolol/SupyPlugins/' diff --git a/RhymeZone/__init__.py b/RhymeZone/__init__.py index 159bf4e..f773685 100644 --- a/RhymeZone/__init__.py +++ b/RhymeZone/__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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', 'GLolol@overdrivenetworks.com') diff --git a/SedRegex/__init__.py b/SedRegex/__init__.py index 05407b2..4d14794 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__ = "2017.05.31" +__version__ = "2018.05.03" __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 608981e..0cdd0a4 100644 --- a/SupyMisc/__init__.py +++ b/SupyMisc/__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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/SysDNS/__init__.py b/SysDNS/__init__.py index 608981e..0cdd0a4 100644 --- a/SysDNS/__init__.py +++ b/SysDNS/__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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/TranslateParty/__init__.py b/TranslateParty/__init__.py index 5184565..524d3a7 100644 --- a/TranslateParty/__init__.py +++ b/TranslateParty/__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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/Voteserv/__init__.py b/Voteserv/__init__.py index 608981e..0cdd0a4 100644 --- a/Voteserv/__init__.py +++ b/Voteserv/__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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', diff --git a/Weather/__init__.py b/Weather/__init__.py index f17f7e7..7bc342e 100644 --- a/Weather/__init__.py +++ b/Weather/__init__.py @@ -13,7 +13,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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', 'GLolol@overdrivenetworks.com') diff --git a/Wikifetch/__init__.py b/Wikifetch/__init__.py index b555b26..9fb260a 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__ = "2017.05.31" +__version__ = "2018.05.03" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('quantumlemur', 'quantumlemur',