Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
double-fault committed Sep 30, 2017
1 parent 0383948 commit b5c7c78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ BotpySE/ChatRoom.py
BotpySE/Chatcommunicate.py
BotpySE/Command.py
BotpySE/CommandAlive.py
BotpySE/CommandAmiprivileged.py
BotpySE/CommandListRunningCommands.py
BotpySE/CommandManager.py
BotpySE/CommandPrivilegeUser.py
BotpySE/CommandStop.py
BotpySE/CommandUnprivilegeUser.py
BotpySE/EssentialBackgroundTasks.py
BotpySE/PrivilegeType.py
BotpySE/PrivilegedChatUser.py
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ or

# Changelog

- **v0.3.0**: Completed the privilege system by adding more commands.
- **v0.2.5**: Finally fixed the bug fix for the bot name problem.
- **v0.2.4**: Another possible bug fix for not allowing names with more than 4 chars.
- **v0.2.3**: Possible bug fix for a bug which does not allow bot names with more than 4 letters.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup (
name = "BotpySE",
packages = ["BotpySE"],
version = "0.2.5",
version = "0.3.0",
description = "A python framework to create chatbots on the StackExchange network.",
author = "Ashish Ahuja",
author_email = "[email protected]",
Expand Down

0 comments on commit b5c7c78

Please sign in to comment.