Compare commits

..

2 Commits

Author SHA1 Message Date
Tulir Asokan 65490f3cf4 Bump version to 0.3.0 and bump max Telethon version to 1.2 2018-08-15 10:11:58 +03:00
Tulir Asokan ec43b5c822 Add DB URI format examples (ref #208) 2018-08-11 21:48:27 +03:00
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -23,6 +23,9 @@ appservice:
# The full URI to the database. SQLite and Postgres are fully supported.
# Other DBMSes supported by SQLAlchemy may or may not work.
# Format examples:
# SQLite: sqlite:///filename.db
# Postgres: postgres://username:password@hostname/dbname
database: sqlite:///mautrix-telegram.db
# Public part of web server for out-of-Matrix interaction with the bridge.
+1 -1
View File
@@ -1,2 +1,2 @@
__version__ = "0.3.0rc3"
__version__ = "0.3.0"
__author__ = "Tulir Asokan <tulir@maunium.net>"
+1 -1
View File
@@ -34,7 +34,7 @@ setuptools.setup(
"ruamel.yaml>=0.15.35,<0.16",
"future-fstrings>=0.4.2",
"python-magic>=0.4.15,<0.5",
"telethon>=1.0,<1.2",
"telethon>=1.0,<1.3",
"telethon-session-sqlalchemy>=0.2.3,<0.3",
],
extras_require=extras,