Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 3, 2020
1 parent bcf4644 commit 72a45d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mautrix_telegram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.8.0rc5"
__version__ = "0.8.0"
__author__ = "Tulir Asokan <[email protected]>"
4 changes: 2 additions & 2 deletions optional-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pillow>=4.3,<8
moviepy>=1,<2

#/metrics
prometheus_client>=0.6,<0.8
prometheus_client>=0.6,<0.9

#/postgres
psycopg2-binary>=2,<3

#/e2be
matrix-nio[e2e]>=0.9,<0.11
matrix-nio[e2e]>=0.9,<0.13
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ruamel.yaml>=0.15.35,<0.17
python-magic>=0.4,<0.5
commonmark>=0.8,<0.10
aiohttp>=3,<4
mautrix==0.5.0rc2
mautrix==0.5.0
telethon>=1.13,<1.15
telethon-session-sqlalchemy>=0.2.14,<0.3

0 comments on commit 72a45d7

Please sign in to comment.