Skip to content

Commit

Permalink
version bump 3.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Nov 22, 2024
1 parent 3016833 commit 39fc50b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.36.0] - 2024-11-22
### Added

New endpoints for The Virtual Account object:

- Create a Virtual Account
- Deactivate a Virtual Account
- View a Virtual Account
- List Virtual Accounts for a Wallet
- View Client Availabilities

## [3.35.1] - 2024-09-03
### Fixed

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
from setuptools import setup, find_packages
from codecs import open
from os import path

from setuptools import setup, find_packages

here = path.abspath(path.dirname(__file__))

with open(path.join(here, 'DESCRIPTION.md'), encoding='utf-8') as f:
long_description = f.read()

setup(
name='mangopaysdk',
version='3.35.1',
version='3.36.0',
description='A client library written in python to work with mangopay v2 api',
long_description='This SDK is a client library for interacting with the Mangopay API.',
url='https://github.com/Mangopay/mangopay2-python-sdk',
Expand Down

0 comments on commit 39fc50b

Please sign in to comment.