Skip to content

Commit c8c6faa

Browse files
authored
Change logging hierarchy for loading plugins (pyrogram#451)
Loading plugins shouldn't be considered a warning
1 parent 2e08266 commit c8c6faa

File tree

133 files changed

+1336
-1194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+1336
-1194
lines changed

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
__version__ = "0.18.0"
19+
__version__ = "0.18.0-async"
2020
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
2121
__copyright__ = "Copyright (C) 2017-2020 Dan <https://github.com/delivrance>"
2222

0 commit comments

Comments
 (0)