From 97fd1e7897643ad7a0ff876ea6a069e64bb0e628 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 1 Feb 2022 22:44:49 -0800 Subject: [PATCH] Bump version to 2022.02.01 --- AQI/__init__.py | 2 +- BirdLGGo/__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 +- Quakenet/__init__.py | 2 +- RelayNext/__init__.py | 2 +- Restart/__init__.py | 2 +- RhymeZone/__init__.py | 2 +- SupyMisc/__init__.py | 2 +- SysDNS/__init__.py | 2 +- TranslateParty/__init__.py | 2 +- Wikifetch/__init__.py | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/AQI/__init__.py b/AQI/__init__.py index 0ce03e2..626e761 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) diff --git a/BirdLGGo/__init__.py b/BirdLGGo/__init__.py index d47ecd6..cdc1dc1 100644 --- a/BirdLGGo/__init__.py +++ b/BirdLGGo/__init__.py @@ -37,7 +37,7 @@ import supybot from supybot import world # Use this for the version of this plugin. -__version__ = "" +__version__ = "2022.02.01" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.unknown diff --git a/GitLab/__init__.py b/GitLab/__init__.py index 8973e6c..b46d599 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __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 3bad13b..09111a2 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__ = "2021.08.01+git" +__version__ = "2022.02.01" # 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 a79ae96..cde86b3 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) diff --git a/NoTrigger/__init__.py b/NoTrigger/__init__.py index 4120f64..1d8197b 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) diff --git a/NuWeather/__init__.py b/NuWeather/__init__.py index 10f69c6..1c9e3a3 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) diff --git a/OperUp/__init__.py b/OperUp/__init__.py index e14ae61..3765f86 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) diff --git a/PkgInfo/__init__.py b/PkgInfo/__init__.py index 883e1ff..06131ff 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) diff --git a/Quakenet/__init__.py b/Quakenet/__init__.py index 0ade45d..38ba4a4 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) diff --git a/RelayNext/__init__.py b/RelayNext/__init__.py index 61aeec8..46efd24 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) diff --git a/Restart/__init__.py b/Restart/__init__.py index 9469214..b812a19 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) __contributors__ = {} diff --git a/RhymeZone/__init__.py b/RhymeZone/__init__.py index a981089..1bba673 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) diff --git a/SupyMisc/__init__.py b/SupyMisc/__init__.py index a915019..69e8533 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) diff --git a/SysDNS/__init__.py b/SysDNS/__init__.py index b883040..2c9b92a 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) diff --git a/TranslateParty/__init__.py b/TranslateParty/__init__.py index 8109ec4..9804e15 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = getattr(supybot.authors, 'jlu', supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) diff --git a/Wikifetch/__init__.py b/Wikifetch/__init__.py index 519c969..b50dfdf 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__ = "2021.08.01+git" +__version__ = "2022.02.01" __author__ = supybot.Author('quantumlemur', 'quantumlemur', 'quantumlemur@users.sourceforge.net')