Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nonamenix committed Mar 6, 2019
1 parent 88767c0 commit 1288295
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.5.10

* fix bot without mongo_url

### 0.5.8

* Add help for this module
Expand Down
2 changes: 1 addition & 1 deletion bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import motor.motor_asyncio
import re

USER_AGENT = "SPbPython / 0.5.5"
USER_AGENT = "SPbPython / 0.5.10"


class Bot(BaseBot):
Expand Down

0 comments on commit 1288295

Please sign in to comment.