Skip to content

Commit 2880410

Browse files
authored
Bump v0.13.0 (#67)
1 parent 0cfab72 commit 2880410

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.13.0] - 2023-10-03
4+
5+
* [Added] Support partial capture for a charge (https://github.com/omise/omise-python/pull/64)
6+
37
## [0.12.0] - 2022-01-11
48

59
* [Changed] Allow access to metadata (https://github.com/omise/omise-python/pull/53)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
setup(name='omise',
1919
long_description=long_description,
2020
long_description_content_type='text/markdown',
21-
version='0.12.0',
21+
version='0.13.0',
2222
description='Omise Python client',
2323
author='Omise',
2424
author_email='support@omise.co',

0 commit comments

Comments
 (0)