Bump version to 0.11.0

This commit is contained in:
Tulir Asokan
2021-12-28 12:50:16 +02:00
parent 89a7c4a0f3
commit 2a1e5c9d1e
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
* Added support for message reactions
* Added support for spoiler text.
# v0.11.0 (unreleased, 2021-12-??)
# v0.11.0 (2021-12-28)
* Switched from SQLAlchemy to asyncpg/aiosqlite.
* The default database is now Postgres. If using SQLite, make sure you install

View File

@@ -1,2 +1,2 @@
__version__ = "0.10.2"
__version__ = "0.11.0"
__author__ = "Tulir Asokan <tulir@maunium.net>"