Skip to content

Commit

Permalink
Version 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaclasher committed May 28, 2024
1 parent 4b1e9d2 commit 51f889d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@

setup(
name='django-discord-integration',
version='1.2.7',
version='1.2.8',
author='Evan Zhang',
install_requires=[],
install_requires=[
'urllib3',
'django-stubs-ext',
],
description='Discord integration for Django, supporting error reporting via webhooks.',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 51f889d

Please sign in to comment.