You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ body:
10
10
required: true
11
11
- label: I have searched in the issue tracker for similar bug reports, including closed ones
12
12
required: true
13
-
- label: I ran `pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip` and reproduced the issue using the latest development version
13
+
- label: I ran `pip3 install https://github.com/TelegramPlayground/pyrogram/archive/dev.zip --force-reinstall` and reproduced the issue using the latest development version
Copy file name to clipboardExpand all lines: docs/source/releases/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ Release notes for Pyrogram releases will describe what's new in each version, an
7
7
When upgrading to a new version of Pyrogram, you will need to check all the changes in order to find incompatible code in your application, but also to take advantage of new features and improvements.
8
8
9
9
- :doc:`Changes in this Fork <changes-in-this-fork>`
0 commit comments