Skip to content

Commit 70c1c33

Browse files
committed
Increment version for patch
1 parent 1db680e commit 70c1c33

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# v2.1.1
78

9+
### Fixed
10+
- Small bug in close command.
811

912
# v2.1.0
1013

bot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = '2.1.0'
25+
__version__ = '2.1.1'
2626

2727
import asyncio
2828
import textwrap
@@ -373,7 +373,6 @@ async def validate_api_token(self):
373373
async def data_loop(self):
374374
await self.wait_until_ready()
375375
self.owner = (await self.application_info()).owner
376-
print(self.owner)
377376

378377
while True:
379378
data = {

0 commit comments

Comments
 (0)