Skip to content

Commit 97fd1e7

Browse files
committed
Bump version to 2022.02.01
1 parent d28c5be commit 97fd1e7

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
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__ = "2021.08.01+git"
41+
__version__ = "2022.02.01"
4242

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

BirdLGGo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from supybot import world
3838

3939
# Use this for the version of this plugin.
40-
__version__ = ""
40+
__version__ = "2022.02.01"
4141

4242
# XXX Replace this with an appropriate author or supybot.Author instance.
4343
__author__ = supybot.authors.unknown

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__ = "2021.08.01+git"
38+
__version__ = "2022.02.01"
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__ = "2021.08.01+git"
42+
__version__ = "2022.02.01"
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__ = "2021.08.01+git"
40+
__version__ = "2022.02.01"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'jlu5', '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__ = "2021.08.01+git"
40+
__version__ = "2022.02.01"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'jlu5', '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__ = "2021.08.01+git"
45+
__version__ = "2022.02.01"
4646

4747
__author__ = getattr(supybot.authors, 'jlu',
4848
supybot.Author('James Lu', 'jlu5', '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__ = "2021.08.01+git"
40+
__version__ = "2022.02.01"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'jlu5', '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__ = "2021.08.01+git"
40+
__version__ = "2022.02.01"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'jlu5', '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__ = "2021.08.01+git"
40+
__version__ = "2022.02.01"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'jlu5', '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__ = "2021.08.01+git"
40+
__version__ = "2022.02.01"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'jlu5', '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__ = "2021.08.01+git"
38+
__version__ = "2022.02.01"
3939
__author__ = getattr(supybot.authors, 'jlu',
4040
supybot.Author('James Lu', 'jlu5', '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__ = "2021.08.01+git"
38+
__version__ = "2022.02.01"
3939

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

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__ = "2021.08.01+git"
40+
__version__ = "2022.02.01"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'jlu5', '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__ = "2021.08.01+git"
40+
__version__ = "2022.02.01"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'jlu5', '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__ = "2021.08.01+git"
40+
__version__ = "2022.02.01"
4141

4242
__author__ = getattr(supybot.authors, 'jlu',
4343
supybot.Author('James Lu', 'jlu5', '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__ = "2021.08.01+git"
41+
__version__ = "2022.02.01"
4242

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

0 commit comments

Comments
 (0)