Skip to content

Commit

Permalink
1.3.2 (23/5/2022)
Browse files Browse the repository at this point in the history
------------------
- Resolved Buffer Overflow in NumPy Package (CVE-2021-33430)
- Updated Wiki pages
  • Loading branch information
rexdivakar committed May 23, 2022
1 parent 9791f32 commit 7d4f317
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ Change Log
------------------
- Bug fix -- CPU instance error on runtime
- Added Wiki pages

1.3.2 (23/5/2022)
------------------
- Resolved Buffer Overflow in NumPy Package (CVE-2021-33430)
- Updated Wiki pages
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

setup(
name='notifly',
version='1.3.1',
version='1.3.2',
description='Notification on the fly !',
long_description=read_file,
long_description_content_type='text/markdown',
url='https://github.com/rexdivakar/Telegram-Notifly',
author='Divakar R, Sanchit Jain' ,
url='https://github.com/rexdivakar/Telegram-Notifly',
author='Divakar R, Sanchit Jain',
author_email='rexdivakar@hotmail.com , sanchitjain1996@gmail.com',
license='MIT',
license='MIT',
classifiers=classifiers,
keywords='Bot Notification',
keywords='Bot Notification',
packages=['notifly'],
install_requires=['requests', 'numpy==1.19.3', 'matplotlib', 'slackclient', 'python-dotenv', 'psutil']
)

0 comments on commit 7d4f317

Please sign in to comment.