Skip to content

Commit

Permalink
Bump version to 2022.02.01
Browse files Browse the repository at this point in the history
  • Loading branch information
jlu5 committed Feb 2, 2022
1 parent d28c5be commit 97fd1e7
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion AQI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# 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'))
Expand Down
2 changes: 1 addition & 1 deletion BirdLGGo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion GitLab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
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',
Expand Down
2 changes: 1 addition & 1 deletion LastFM/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# 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")
Expand Down
2 changes: 1 addition & 1 deletion MCInfo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# 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'))
Expand Down
2 changes: 1 addition & 1 deletion NoTrigger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# 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'))
Expand Down
2 changes: 1 addition & 1 deletion NuWeather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# 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'))
Expand Down
2 changes: 1 addition & 1 deletion OperUp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# 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'))
Expand Down
2 changes: 1 addition & 1 deletion PkgInfo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# 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'))
Expand Down
2 changes: 1 addition & 1 deletion Quakenet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# 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'))
Expand Down
2 changes: 1 addition & 1 deletion RelayNext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# 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'))
Expand Down
2 changes: 1 addition & 1 deletion Restart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
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__ = {}
Expand Down
2 changes: 1 addition & 1 deletion RhymeZone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
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'))
Expand Down
2 changes: 1 addition & 1 deletion SupyMisc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# 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'))
Expand Down
2 changes: 1 addition & 1 deletion SysDNS/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# 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'))
Expand Down
2 changes: 1 addition & 1 deletion TranslateParty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# 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'))
Expand Down
2 changes: 1 addition & 1 deletion Wikifetch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# 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')
Expand Down

0 comments on commit 97fd1e7

Please sign in to comment.