Skip to content

Commit 8960507

Browse files
authored
bump version 2.0.1 (#326)
1 parent 6606666 commit 8960507

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format
44

55
## Unreleased
66

7+
## [2.0.1][2.0.1] - 2026-03-09
8+
feat: Added Support for cancel token
9+
710
## [2.0.0][2.0.0] - 2025-09-22
811
fix: pkg_resources deprecation warning on runtime
912
feat: Added retry mechanism for failed API calls with `enable_retry(True)` method

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="razorpay",
8-
version="2.0.0",
8+
version="2.0.1",
99
description="Razorpay Python Client",
1010
long_description=readme_content,
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)