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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format

## Unreleased

## [2.0.1][2.0.1] - 2026-03-09
feat: Added Support for cancel token

## [2.0.0][2.0.0] - 2025-09-22
fix: pkg_resources deprecation warning on runtime
feat: Added retry mechanism for failed API calls with `enable_retry(True)` method
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="razorpay",
version="2.0.0",
version="2.0.1",
description="Razorpay Python Client",
long_description=readme_content,
long_description_content_type='text/markdown',
Expand Down