Skip to content

Commit da7e26c

Browse files
committed
update version
1 parent af83bd7 commit da7e26c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## [1.3.1][1.3.1] - 2022-07-01
8+
9+
- Added Third party validation & Otp API for Payment (createUpi, validateVpa, otpGenerate, otpSubmit, otpResend)
10+
- Update Documention
11+
712
## [1.3.0][1.3.0] - 2022-02-01
813

914
### Added

documents/virtualAccount.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ client.virtual_account.fetch(virtualId)
213213
| virtualId* | string | The id of the virtual to be updated |
214214

215215
**Response:**
216+
216217
For fetch virtual account by id response please click [here](https://razorpay.com/docs/api/smart-collect/#fetch-a-virtual-account-by-id)
218+
217219
-------------------------------------------------------------------------------------------------------
218220

219221
### Fetch all virtual account

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="1.3.0",
8+
version="1.3.1",
99
description="Razorpay Python Client",
1010
long_description=readme_content,
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)