Skip to content

Commit

Permalink
[RELEASE] 1.5.3
Browse files Browse the repository at this point in the history
Update Docstrings for tags
  • Loading branch information
Rixxan committed Mar 18, 2022
1 parent cea035f commit 98c9a98
Show file tree
Hide file tree
Showing 48 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HalpyBOT 1.5.2
# HalpyBOT 1.5.3
This is the repository for HalpyBOT, the Hull Seals IRC Chatbot Assistant.

# Description
Expand Down Expand Up @@ -59,4 +59,4 @@ Many thanks to all of our [Contributors](https://gitlab.com/hull-seals/welcome/b
This project is governed under the [GNU General Public License v3.0](LICENSE) license.

# Project Status
The bot is running v1.5.2 in production, and still under active development.
The bot is running v1.5.3 in production, and still under active development.
2 changes: 1 addition & 1 deletion halpybot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from halpybot.packages.configmanager import config

__version__ = "1.6-dev"
__version__ = "1.5.3"

DEFAULT_USER_AGENT = "HalpyBOT/" + __version__ + " (" + config['IRC']['nickname'] + ") "\
+ config['UserAgent']['agent_comment']
2 changes: 1 addition & 1 deletion halpybot/commands/caseutils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
caseutils.py - Commands involving the management of Seal cases
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/delayedboard.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
delayedboard.py - Delayed Case Board commands
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/drill.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
drill.py - Commands for the training and drilling of Seals
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/edsm.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
edsm.py - EDSM Interface commands
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/fact.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
fact.py - Fact module management commands
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/forcejoin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
forcejoin.py - SAJOIN command module
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/help.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
help.py - get command list and command details when queried
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/manual_case.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
manual_case.py - Manual case creation module
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/notify.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
notify.py - AWS SNS Interface
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/ping.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
ping.py - Ping the bot, database, and external services
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/puppet.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
""""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
puppet.py - Bot sock puppet
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/settings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
settings.py - bot settings commands
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/shutdown.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
shutdown.py - Will be with you shortly, please hold!
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/time.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
time.py - get in-game time
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/userinfo.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
userinfo.py - Seal whox lookup commands
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/announcer/announcer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
announcer.py - Client announcement handler
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/announcer/twitter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
twitter.py - Send case announcements over
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/checks/checks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
checks.py - Check check check...
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/command/commandhandler.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
commandhandler.py - Handle bot commands and facts
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/configmanager/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
config.py - Configuration manager
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/database/connection.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
connection.py - Database connection initialization script
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/delayedboard/delayedboard.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
delayedboard.py - Database interaction for Delayed Board commands
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/edsm/edsm.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
edsm.py - Elite: Dangerous Star Map API interface module
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/facts/facthandler.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
facthandler.py - Database interaction for the fact module
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/ircclient/_listsupport.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
listsupport.py - Handler for LIST IRC commands
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/ircclient/halpybot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
halpybot.py - Pydle client module for HalpyBOT
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/models/context.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
context.py - Message context object
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/models/edsm_classes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
edsm_classes.py - (data)classes for the EDSM module
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Copyright (c) 2018, The Fuel Rats Mischief
All rights reserved.
HalpyBOT v1.5.2
HalpyBOT v1.5.3
user.py - User dataclass
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/notify/notify.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
notify.py - Amazon Web Services Simple Notification Service interface
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/seals/userinfo.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
userinfo.py - Fetching information about a registered user.
Expand Down
2 changes: 1 addition & 1 deletion halpybot/packages/utils/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
utils.py - miscellaneous utility functions
Expand Down
2 changes: 1 addition & 1 deletion halpybot/server/auth.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
auth.py - Bare bones HAPIC authentication system
Expand Down
2 changes: 1 addition & 1 deletion halpybot/server/rank_change.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
rank_change.py - Handler for Seal vhost changes requested by the API
Expand Down
2 changes: 1 addition & 1 deletion halpybot/server/server.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
server.py - Hull Seals API -> HalpyBOT server
Expand Down
2 changes: 1 addition & 1 deletion halpybot/server/server_announcer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
server_announcer.py - Handler for announcements requested by the API
Expand Down
2 changes: 1 addition & 1 deletion start.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
> For the Hull Seals, with a boot to the head
Rixxan
Expand Down
2 changes: 1 addition & 1 deletion tests/test_checks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
test_checks.py - Permission check module tests
Expand Down
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
test_config.py - Configuration File module tests
Expand Down
2 changes: 1 addition & 1 deletion tests/test_database.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
test_database.py - Database connection initialization module tests
Expand Down
2 changes: 1 addition & 1 deletion tests/test_delayed.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
test_delayed.py - DDatabase interaction for Delayed Board module tests
Expand Down
2 changes: 1 addition & 1 deletion tests/test_edsm.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
test_edsm.py - Elite: Dangerous Star Map API interface module tests
Expand Down
2 changes: 1 addition & 1 deletion tests/test_facts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
test_facts.py - Fact handler tests
Expand Down
2 changes: 1 addition & 1 deletion tests/test_logging.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
test_logging.py - Logging System Module Unit Tests
Expand Down
2 changes: 1 addition & 1 deletion tests/test_seals.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
test_seals.py - Fetching information about a registered user module tests
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
HalpyBOT v1.5.2
HalpyBOT v1.5.3
test_utils.py - miscellaneous utility functions module tests
Expand Down

0 comments on commit 98c9a98

Please sign in to comment.