Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SmartApi/version.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@
__description__ = "Angel Broking openApi integration"
__url__ = "https://www.angelbroking.com/"
__download_url__ = "https://github.com/angel-one/smartapi-python"
__version__ = "1.4.1"
__version__ = "1.5.2"
__author__ = "ab-smartapi"
__token__ = "ab-smartapi"
__author_email__ = "smartapi.sdk@gmail.com"
Expand Down
1 change: 0 additions & 1 deletion requirements_dev.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,6 @@ incremental==22.10.0
isodate==0.6.1
logzero==1.7.0
pycparser==2.21
pycryptodome==3.20.0
pyotp==2.8.0
pyparsing==3.1.0
python-dateutil==2.8.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@

setup(
name="smartapi-python",
version="1.5.1",
version="1.5.2",
author="ab-smartapi",
author_email="smartapi.sdk@gmail.com",
description="Angel Broking openApi integration",
Expand Down